Skip to content

Commit

Permalink
chore: remove link button underline
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jun 1, 2024
1 parent 04b2de4 commit 1c063d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/music-room/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Page() {
<span className="icon-[mdi--robot-excited-outline] text-5xl text-[#9747FF]" />
</div>
<div className="flex flex-col gap-2">
<p className="text-2xl font-semibold text-text-main underline-offset-4 group-hover:underline">
<p className="text-2xl font-semibold text-text-main">
Telegram bot
</p>
<p className="text-lg text-text-secondary/75">
Expand All @@ -37,7 +37,7 @@ export default function Page() {
<span className="icon-[material-symbols--quick-reference-outline-rounded] text-5xl text-[#9747FF]" />
</div>
<div className="flex flex-col gap-2">
<p className="text-2xl font-semibold text-text-main underline-offset-4 group-hover:underline">
<p className="text-2xl font-semibold text-text-main">
Instructions
</p>
<p className="text-lg text-text-secondary/75">
Expand All @@ -59,7 +59,7 @@ export default function Page() {
<span className="icon-[ic--baseline-telegram] text-5xl text-[#9747FF]" />
</div>
<div className="flex flex-col gap-2">
<p className="text-2xl font-semibold text-text-main underline-offset-4 group-hover:underline">
<p className="text-2xl font-semibold text-text-main">
Telegram chat
</p>
<p className="text-lg text-text-secondary/75">
Expand Down
4 changes: 2 additions & 2 deletions app/sport/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Page() {
<span className="icon-[mdi--robot-excited-outline] text-5xl text-[#9747FF]" />
</div>
<div className="flex flex-col gap-2">
<p className="flex items-center text-2xl font-semibold text-text-main underline-offset-4 group-hover:underline">
<p className="flex items-center text-2xl font-semibold text-text-main">
Telegram bot
<span className="ml-2 rounded-full bg-focus px-2 py-1 text-xs font-semibold text-white">
NEW
Expand All @@ -43,7 +43,7 @@ export default function Page() {
<span className="icon-[material-symbols--quick-reference-outline-rounded] text-5xl text-[#9747FF]" />
</div>
<div className="flex flex-col gap-2">
<p className="text-2xl font-semibold text-text-main underline-offset-4 group-hover:underline">
<p className="text-2xl font-semibold text-text-main">
Official website
</p>
<p className="text-lg text-text-secondary/75">
Expand Down

0 comments on commit 1c063d6

Please sign in to comment.