Skip to content

Commit c85ebdf

Browse files
committed
Update some syntax
1 parent 780bd34 commit c85ebdf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

components/ExternLink.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React, { useEffect, useState } from 'react';
22
import {IconChevronRight, Icon as TablerIcon} from '@tabler/icons-react'
3+
import { channel } from 'diagnostics_channel';
34

45
interface ExternLinkProps {
56
href: string;
@@ -13,6 +14,7 @@ interface LinkMetaData {
1314
icon: string;
1415
}
1516

17+
1618
const fetchMetaData = async (url: string): Promise<LinkMetaData> => {
1719
try {
1820
const response = await fetch(url);
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)