File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
pages/it-drugs/tipps-and-tricks Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 11import React , { useEffect , useState } from 'react' ;
22import { IconChevronRight , Icon as TablerIcon } from '@tabler/icons-react'
3+ import { channel } from 'diagnostics_channel' ;
34
45interface ExternLinkProps {
56 href : string ;
@@ -13,6 +14,7 @@ interface LinkMetaData {
1314 icon : string ;
1415}
1516
17+
1618const fetchMetaData = async ( url : string ) : Promise < LinkMetaData > => {
1719 try {
1820 const response = await fetch ( url ) ;
Original file line number Diff line number Diff line change 1+ {
2+ "add-required-items" : {
3+ "title" : " Add Required Items" ,
4+ "theme" : {
5+ "footer" : false
6+ }
7+ },
8+ "webhook-setup" : {
9+ "title" : " Webhook Setup" ,
10+ "theme" : {
11+ "footer" : false
12+ }
13+ },
14+ "easy-zone-creation" : {
15+ "title" : " Easy Zone Creation" ,
16+ "theme" : {
17+ "footer" : false
18+ }
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments