Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgazer committed Jan 12, 2025
1 parent f2d9ae9 commit 2381c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/pages/barbuddy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const { data: barBuddies } = await useAsyncData(() =>
.find()
)
const listBackgroundClass = runtimeConfig.public.domain == 'outsite.nl' ? 'bg-brand-300' : 'bg-brand-500'
const listBackgroundClass = runtimeConfig.public.domain === 'outsite.nl' ? 'bg-brand-300' : 'bg-brand-500'
</script>

<template>
Expand Down

0 comments on commit 2381c82

Please sign in to comment.