wip
This commit is contained in:
@@ -103,7 +103,7 @@ export default function Header() {
|
||||
</div>
|
||||
|
||||
<Button
|
||||
href="/contact"
|
||||
href={`/${currentLocale}/contact`}
|
||||
variant="outline"
|
||||
className={cn(
|
||||
"rounded-full px-6 transition-colors",
|
||||
@@ -112,7 +112,7 @@ export default function Header() {
|
||||
: "border-primary text-primary hover:bg-primary hover:text-white"
|
||||
)}
|
||||
>
|
||||
Get in touch
|
||||
{t('contact')}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user