Skip to content

Commit

Permalink
chore(web): remove testing badge
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 31, 2024
1 parent 4679ab8 commit fa61692
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ export default function Header(props: {
<span className="text-lg font-bold ml-2">{props.title}</span>
</div>
<div className="flex-none mr-4 gap-2">
<span className="badge badge-warning">This site is under testing. Your data may be lost.</span>

<button className="btn btn-ghost btn-circle btn-sm" type="button" onClick={() => setFullscreen(true)}>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit fa61692

Please sign in to comment.