mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 07:46:36 +00:00
Messing with colors
This commit is contained in:
@@ -34,7 +34,7 @@ export default function Header({ email, orgName, name }: HeaderProps) {
|
||||
<>
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center">
|
||||
<Badge variant="secondary" className="text-md font-bold">
|
||||
<Badge variant="default" className="text-md font-bold">
|
||||
{orgName}
|
||||
</Badge>
|
||||
|
||||
@@ -42,13 +42,13 @@ export default function Header({ email, orgName, name }: HeaderProps) {
|
||||
<div className="flex items-center gap-4 ml-4">
|
||||
<Link
|
||||
href="/docs"
|
||||
className="text-stone-500 hover:text-stone-600"
|
||||
className="text-primary hover:text-primary"
|
||||
>
|
||||
Documentation
|
||||
</Link>
|
||||
<Link
|
||||
href="/support"
|
||||
className="text-stone-500 hover:text-stone-600"
|
||||
className="text-primary hover:text-primary"
|
||||
>
|
||||
Support
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user