Skip to content

Commit

Permalink
feat: re-add link to step-by-step guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tengkuhafidz committed Jan 14, 2024
1 parent a1464f4 commit 1db9872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default function Home() {
)}

<h1 className='font-semibold text-3xl'>Show Solidarity 🇵🇸</h1>
<p className="text-lg py-2">Use your profile picture to spotlight the cause. <a href="https://x.com/hashtag/CeasefireNOW" target='_blank' className="text-blue-600 cursor-pointer hover:text-blue-900">#CeasefireNow</a></p>
<p className="text-lg py-2">Use your profile picture to spotlight the cause. <a href="https://X.com/search?q=%23CeasefireNOW" target='_blank' className="text-blue-600 cursor-pointer hover:text-blue-900">#CeasefireNOW</a></p>
<p className="text-gray-600">Watch the <a href='https://www.instagram.com/p/C2B1DP0LqBl/' target='_blank' className='underline cursor-pointer hover:text-gray-900'>step-by-step guide</a> 👀</p>
<div className="my-12">
<div className='flex justify-center'>
<div
Expand Down

0 comments on commit 1db9872

Please sign in to comment.