Skip to content

Commit

Permalink
[WEB] Update instagram account; fixes BAF-422
Browse files Browse the repository at this point in the history
  • Loading branch information
samtgarson committed Jun 9, 2024
1 parent fa50f19 commit 7b634a9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/src/app/(main)/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function AboutPage() {
Thousands of books are released every year, but we’re only
obsessed with the ones that involve food, eating and drinking.
When the project started on{' '}
<Link href="https://www.instagram.com/books.about.food/">
<Link href="https://www.instagram.com/booksabout.food/">
Instagram
</Link>{' '}
in 2016, our aim was to surface what we considered beautifully
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function Page() {
)}
<Marquee className="fixed bottom-0 left-0 -right-[25%] z-40 -rotate-[15deg]">
<a
href="https://www.instagram.com/books.about.food"
href="https://www.instagram.com/booksabout.food"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/nav/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Footer = async () => {
<FooterItem path="/people">People</FooterItem>
<FooterItem path="/publishers">Publishers</FooterItem>
<FooterItem path="/frequently-asked-questions">FAQs</FooterItem>
<FooterItemExternal href="https://www.instagram.com/books.about.food/">
<FooterItemExternal href="https://www.instagram.com/booksabout.food/">
Instagram
</FooterItemExternal>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/nav/top-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const NavContent = () => {
Publishers
</TopNavItem>
<TopNavItemExternal
href="https://www.instagram.com/books.about.food"
href="https://www.instagram.com/booksabout.food"
index={5}
>
Instagram
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/sheets/claim-profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ const ClaimProfileSheet: SheetComponent<ClaimProfileSheetProps> = ({
Nice one! In order for us to verify your identity, please send
us an Instagram direct message on{' '}
<a
href="https://instagram.com/books.about.food"
href="https://instagram.com/booksabout.food"
className="font-medium underline"
target="_blank"
rel="noreferrer"
>
@books.about.food
@booksabout.food
</a>{' '}
with the three randomly generated words you see below:
</p>
Expand Down

0 comments on commit 7b634a9

Please sign in to comment.