mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
feat(css): added unocss with attributify preset
This commit is contained in:
parent
4ccd73c2d1
commit
001031b7b5
15 changed files with 406 additions and 13 deletions
|
@ -141,7 +141,7 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
@click="() => tracker.trackEvent({ eventName: 'Support button clicked' })"
|
||||
>
|
||||
Buy me a coffee
|
||||
<n-icon v-if="!styleStore.isSmallScreen" :component="Heart" style="margin-left: 5px" />
|
||||
<n-icon v-if="!styleStore.isSmallScreen" :component="Heart" ml-2 />
|
||||
</n-button>
|
||||
</template>
|
||||
❤ Support IT Tools development !
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue