mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 23:40:40 +01:00
💻 | Change ad color from red to rose
This commit is contained in:
@@ -26,6 +26,8 @@ export default {
|
||||
return 'bg-red-300'
|
||||
case 'blue':
|
||||
return 'bg-blue-300'
|
||||
case 'rose':
|
||||
return 'bg-rose-300'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user