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