File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Useful tools for developer and people working in IT. [ Have a look !] ( https://it-tools.tech ) .
8
8
9
- ## Sponsors
10
-
11
- [ ![ Renderize banner] ( ./.github/sponsor-banner.svg )] ( https://renderize.tech?utm_source=it-tools&utm_medium=readme )
12
-
13
9
## Functionalities and roadmap
14
10
15
11
Please check the [ issues] ( https://github.com/CorentinTh/it-tools/issues ) to see if some feature listed to be implemented.
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import { IconDragDrop , IconFileDescription , IconHeart } from ' @tabler/icons-vue' ;
2
+ import { IconDragDrop , IconHeart } from ' @tabler/icons-vue' ;
3
3
import { useHead } from ' @vueuse/head' ;
4
4
import { computed } from ' vue' ;
5
5
import Draggable from ' vuedraggable' ;
@@ -43,24 +43,6 @@ function onUpdateFavoriteTools() {
43
43
{{ $t('home.follow.thankYou') }}
44
44
<n-icon :component =" IconHeart" />
45
45
</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 >
64
46
</div >
65
47
66
48
<transition name =" height" >
You can’t perform that action at this time.
0 commit comments