Skip to content

Commit

Permalink
chore: add feedback form link
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Oct 13, 2024
1 parent 8c592bc commit b818202
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/main/src/components/Banners/PagesAndLinks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ const PagesAndLinks = () => {
</span>
</span>
</Link>
<Link
href="https://forms.gle/iXg7X7nS1Z8PvWPFA"
target="_blank"
className="effect-pressing flex items-center gap-x-[4px] rounded-md border px-3 py-1 shadow-sm hover:bg-gray-50 dark:border-gray-700 dark:bg-gray-700 dark:hover:border-gray-600 dark:hover:bg-gray-600">
<span className="h-4.5 w-4.5 lg:h-[16px] lg:w-[16px]">
<Icon name="comments" />
</span>
<span className="flex items-center gap-x-2">
<span>Feedback</span>
</span>
</Link>
<Link
href="https://github.com/ttttonyhe"
target="_blank"
Expand Down
4 changes: 4 additions & 0 deletions apps/main/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,10 @@ h5 {
@apply rounded-xl;
width: 720px !important;
}

.mask-x {
mask-image: none !important;
}
}

@media screen and (max-width: 1280px) {
Expand Down

0 comments on commit b818202

Please sign in to comment.