-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
import { BannerData } from '@/types/BaseTypes'; | ||
import { ArrowRightIcon } from '@heroicons/react/24/solid'; | ||
|
||
const bn: BannerData | null = { | ||
id: 'instagram-tips', | ||
id: 'feedback-0193605a-748d-7220-8aa8-36e75a0c0fdc', | ||
content: ( | ||
<> | ||
Have the best course planning experience possible with Paper by following{' '} | ||
Share your feedback and win $25 while helping the future of Paper!{' '} | ||
<a | ||
href="https://www.instagram.com/paper.nu" | ||
className="text-yellow-200 underline underline-offset-2 hover:no-underline" | ||
href="https://forms.dilanxd.com/paper-experience" | ||
target="_blank" | ||
rel="noreferrer" | ||
className="text-pink-200 no-underline hover:underline" | ||
> | ||
paper.nu on Instagram | ||
</a>{' '} | ||
for tips! | ||
Take the Paper Experience survey | ||
<ArrowRightIcon className="mx-1 inline-block h-4 w-4" /> | ||
</a> | ||
</> | ||
), | ||
gradient: 1, | ||
gradient: 3, | ||
}; | ||
|
||
export default bn; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters