chore(app): new banners

This commit is contained in:
rektdeckard
2024-03-29 03:19:51 -06:00
parent 7b8d4a3010
commit b8f451dc72

View File

@@ -40,20 +40,20 @@ const Header = (_: HeaderProps) => {
return (
<header>
<Banner.Container>
<Banner id={"2.0.1"}>
<Banner id={"2.1.0"}>
<div className="message">
<MegaphoneSimple size={32} mirrored />
<small>
Phosphor 2.0 is out, with some big updates and some small API
changes. Check our{" "}
<a href="https://github.com/phosphor-icons/homepage#readme">
documentation
Phosphor v2.1 is out, adding 268 new icons and some general
revisions. Check our{" "}
<a href="https://github.com/phosphor-icons/homepage/releases">
release notes
</a>{" "}
to see what's new!
to see what's changed!
</small>
</div>
</Banner>
<Banner id={"buymeacoffee"}>
<Banner id={"buymeacoffee2"}>
<div className="message">
<HandHeart size={32} mirrored />
<small>
@@ -101,11 +101,7 @@ const Header = (_: HeaderProps) => {
<Synth className="synth inspectable xray" />
<WatchSpec className="watch" />
<Watch className="watch inspectable xray">
<foreignObject>
<span>FOOO</span>
</foreignObject>
</Watch>
<Watch className="watch inspectable xray" />
<PaperClipsTwo id="paperclips" />
</div>