Skip to content

Commit 5069d4a

Browse files
authored
Merge branch 'CorentinTh:main' into devcontainer-config
2 parents 4317361 + 07eea0f commit 5069d4a

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
1010

11-
## Sponsors
12-
13-
[![Renderize banner](./.github/sponsor-banner.svg)](https://renderize.tech?utm_source=it-tools&utm_medium=readme)
14-
1511
## Functionalities and roadmap
1612

1713
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.

src/pages/Home.page.vue

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { IconDragDrop, IconFileDescription, IconHeart } from '@tabler/icons-vue';
2+
import { IconDragDrop, IconHeart } from '@tabler/icons-vue';
33
import { useHead } from '@vueuse/head';
44
import { computed } from 'vue';
55
import Draggable from 'vuedraggable';
@@ -43,24 +43,6 @@ function onUpdateFavoriteTools() {
4343
{{ $t('home.follow.thankYou') }}
4444
<n-icon :component="IconHeart" />
4545
</ColoredCard>
46-
47-
<a href="https://renderize.tech?utm_source=it-tools&utm_medium=banner" target="_blank" rel="noopener" class="text-current decoration-none">
48-
<c-card v-if="config.showSponsorBanner" class="cursor-pointer !border-2px !hover:border-primary">
49-
<div class="flex items-center justify-between">
50-
<n-icon :component="IconFileDescription" class="text-neutral-400 dark:text-neutral-600" size="40" />
51-
<div class="rounded-full bg-#eeeeee px-10px py-2px text-xs text-black dark:bg-#333333 dark:text-white">
52-
Sponsor
53-
</div>
54-
</div>
55-
56-
<div class="my-5px flex items-baseline gap-4 text-balance text-lg text-black dark:text-white">
57-
Generate PDFs from HTML with Renderize API
58-
</div>
59-
<div class="text-neutral-500 dark:text-neutral-400">
60-
Automate your document generation with our fast, developer-friendly API. Start with a free forever plan.
61-
</div>
62-
</c-card>
63-
</a>
6446
</div>
6547

6648
<transition name="height">

unocss.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { presetScrollbar } from 'unocss-preset-scrollbar';
1111

1212
export default defineConfig({
13-
presets: [presetUno(), presetAttributify(), presetTypography(), presetScrollbar()],
13+
presets: [presetUno(), presetAttributify({ ignoreAttributes: ['size'] }), presetTypography(), presetScrollbar()],
1414
transformers: [transformerDirectives(), transformerVariantGroup()],
1515
theme: {
1616
colors: {

0 commit comments

Comments
 (0)