-
Notifications
You must be signed in to change notification settings - Fork 28
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
8 changed files
with
21 additions
and
20 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ import ChangelogIcon from "@/components/svgs/changelog.svg"; | |
|
||
export default function ArticleSupport() { | ||
const linkClassName = | ||
"font-bold tracking-wider text-pink transition-colors hover:text-pink-hover"; | ||
"text-pink underline transition-colors hover:text-pink-hover"; | ||
|
||
return ( | ||
<div className="py-[60px]"> | ||
<div className="flex flex-col justify-center gap-y-2.5 rounded-lg px-5 py-3.5 text-sm leading-6 ring-1 ring-gray-500"> | ||
<div className="flex flex-wrap gap-x-2.5"> | ||
<div className="flex flex-wrap gap-x-1.5"> | ||
<ContactIcon /> | ||
<span>Do you have any questions?</span> | ||
<a className={linkClassName} href="mailto:[email protected]"> | ||
Contact us | ||
</a> | ||
</div> | ||
<div className="flex flex-wrap gap-x-2.5"> | ||
<div className="flex flex-wrap gap-x-1.5"> | ||
<ChangelogIcon /> | ||
<span>Check out our</span> | ||
<Link | ||
|
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