splunky
splunky
NNuxt
Created by splunky on 12/8/2024 in #❓・help
vuetify icons not working
Yeah I'm gonna probs ask them tommorow
8 replies
NNuxt
Created by splunky on 12/8/2024 in #❓・help
vuetify icons not working
bump 🙏
8 replies
NNuxt
Created by splunky on 12/8/2024 in #❓・help
vuetify icons not working
the code for displaying the icons is
<div>
<v-btn
color="orange"
variant="tonal"
class="mr-2"
prepend-icon="mdi-information-outline"
>Learn More</v-btn
>
<v-btn
color="#5865F2"
variant="tonal"
set="fa"
prepend-icon="fa-brands fa-discord"
>Join Discord</v-btn
>
<v-icon>fa-discord</v-icon>
</div>
<div>
<v-btn
color="orange"
variant="tonal"
class="mr-2"
prepend-icon="mdi-information-outline"
>Learn More</v-btn
>
<v-btn
color="#5865F2"
variant="tonal"
set="fa"
prepend-icon="fa-brands fa-discord"
>Join Discord</v-btn
>
<v-icon>fa-discord</v-icon>
</div>
8 replies