Skip to content

Commit

Permalink
fix(web): link to known missing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 14, 2024
1 parent 8656d71 commit 559648b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/web/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,15 @@ export default function Header(props: {
<div className="flex-1 gap-2">
<img className="w-8 h-8 rounded-box" src="/favicon.png" alt="" />
<span className="text-xl font-bold font-['Poiret_One']">pob.cool</span>
<span className="badge badge-warning">This site is a work in progress</span>
<span className="badge badge-warning">This site is under development</span>
<a
className="link badge badge-error"
href="https://github.com/atty303/pob-web/labels/missing%20feature"
target="_blank"
rel="noreferrer"
>
Known missing features
</a>
</div>
<div className="flex-none mr-4">
<select
Expand Down

0 comments on commit 559648b

Please sign in to comment.