Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: cta from star to rate (#10035)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Dec 27, 2023
1 parent 0a5a407 commit f76c4da
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions components/layouts/Alert.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import { FaGithub } from "react-icons/fa6";

export default function Alert() {
return (
<div className="flex items-center gap-x-6 bg-gray-900 px-6 py-2.5 sm:px-3.5 sm:before:flex-1">
<p className="text-sm leading-6 text-white whitespace-nowrap">
<a
href="https://github.com/EddieHubCommunity/BioDrop"
href="https://repo-rater.eddiehub.io"
target="_blank"
className="hover:text-primary-low text-tertiary-medium flex items-center gap-x-1"
>
Support by Starring our
<FaGithub aria-label="GitHub" />
GitHub Repo!
Please rate us on the RepoRater platform
<span aria-hidden="true">&rarr;</span>
</a>
</p>
Expand Down

0 comments on commit f76c4da

Please sign in to comment.