chore: remove Livewire public components and homepage, prepare for Vue
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
@php
|
||||
$cardClass = match(true) {
|
||||
$dark => 'bg-zinc-800 border border-zinc-800 text-white',
|
||||
$dark => 'bg-primary border border-primary text-white',
|
||||
$featured => 'bg-white border-2 border-primary',
|
||||
default => 'bg-white border border-zinc-300',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user