💻 | Change ad color from red to rose

This commit is contained in:
2021-04-07 22:21:33 +02:00
parent b7ea76f006
commit 60af5ff89d
2 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ export default {
return 'bg-red-300'
case 'blue':
return 'bg-blue-300'
case 'rose':
return 'bg-rose-300'
}
})

View File

@@ -2,7 +2,7 @@
<div class="w-full my-12">
<div class="space-x-12 flex items-center justify-center">
<nuxt-link to="/uses" class="h-84 w-1/2">
<Ad class="h-full w-full flex flex-col justify-between">
<Ad color="rose" class="h-full w-full flex flex-col justify-between">
<div>
ILLUSTRATION
</div>