mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 08:34:53 +02:00
fix emails
This commit is contained in:
parent
417811e94f
commit
1159a79410
3 changed files with 19 additions and 14 deletions
|
@ -12,7 +12,7 @@ export default function ButtonLink({
|
|||
return (
|
||||
<a
|
||||
href={href}
|
||||
className={`inline-block bg-primary hover:bg-primary/90 text-white font-semibold px-8 py-3 rounded-lg text-center no-underline transition-colors ${className}`}
|
||||
className={`inline-block bg-primary text-white font-semibold px-8 py-3 rounded-lg text-center no-underline ${className}`}
|
||||
style={{
|
||||
backgroundColor: "#F97316",
|
||||
textDecoration: "none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue