We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a8fdf commit e2d9315Copy full SHA for e2d9315
components/global/header/HeaderUser.vue
@@ -16,7 +16,7 @@ const auth = useShopinvaderService('auth')
16
const user = auth?.getUser()
17
const next = () => {
18
const localePath = useLocalePath()
19
- auth?.loginRedirect(localePath({name: 'account'}))
+ auth?.loginRedirect(localePath({name: 'login'}))
20
}
21
</script>
22
<style lang="scss">
tailwind.config.ts
@@ -62,7 +62,7 @@ export default {
62
{
63
mytheme: {
64
fontFamily: 'Montserrat,"sanssecondaryerif"',
65
- primary: '#13263d',
+ primary: colors.primary.DEFAULT,
66
secondary: '#dca11d',
67
accent: '#def2ff',
68
neutral: '#42536d',
0 commit comments