Skip to content

Commit

Permalink
Announce Netlify Link
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzthanthree committed Aug 7, 2024
1 parent 6328783 commit 52944cd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/components/Announcement.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@ const Announcement = () => {
setRead(true);
}}
>
<p className="bottom-10">Font Offset is now saved locally. </p>
<p className="bottom-10">
SIFAS Dialogue Sandbox now has two links.
</p>
<a
href="https://sifas-dialogue-sandbox.vercel.app/"
className="text-orange"
>
Vercel App
</a>
<a
href="https://sifas-dialogue-sandbox.netlify.app/"
className="text-orange bottom-10"
>
Netlify App
</a>
<p>Tap this section to close.</p>
</div>
);
Expand Down

0 comments on commit 52944cd

Please sign in to comment.