Skip to content

Commit

Permalink
fixing the arrow on the custom button
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperW824 committed Apr 22, 2024
1 parent 33abb29 commit a4a1694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/themed_components/hackrpi-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default function HackRPILink({
return (
<NextLink
href={href}
className={`${className} flex group border-hackrpi-secondary-yellow border-2 text-white hover:bg-hackrpi-secondary-yellow hover:text-hackrpi-secondary-dark-blue transition-colors duration-200 font-sans font-medium p-2`}
className={`${className} flex group border-hackrpi-secondary-yellow border-2 text-white hover:bg-hackrpi-secondary-yellow hover:text-hackrpi-secondary-dark-blue transition-colors duration-200 font-sans font-medium`}
>
{children}
<div className="p-2 w-full">{children}</div>
<svg
className="relative -top-1 left-1 group-hover:fill-hackrpi-secondary-dark-blue fill-hackrpi-secondary-yellow transition-colors duration-200"
className="relative top-1 right-1 group-hover:fill-hackrpi-secondary-dark-blue fill-hackrpi-secondary-yellow transition-colors duration-200"
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
Expand Down

0 comments on commit a4a1694

Please sign in to comment.