Skip to content

Commit 99dfa67

Browse files
committed
add footer item
1 parent 3e05e28 commit 99dfa67

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/shared/footer/Footer.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ export default function Footer2({ params, mainData }: FooterProps) {
7272
label: findByUniqueId(mainData, 1747),
7373
href: "http://faqhub.ir/",
7474
targetBlank: true,
75+
},
76+
{
77+
label: findByUniqueId(mainData,1779 ),
78+
href: "https://api.metarang.com",
79+
targetBlank: true,
7580
},
7681
{ label: findByUniqueId(mainData, 1748), href: `/${params.lang}/calendar` },
7782
],

0 commit comments

Comments
 (0)