add blog ahref

This commit is contained in:
Luyu Zhang
2023-04-10 13:26:46 +00:00
parent 6392f9bf83
commit 0816b79f76
+8
View File
@@ -10,6 +10,14 @@ import s from './index.module.css';
const Footer = () => {
const [t] = useTranslation();
const list1 = [
{
text: t('Blog'),
props: {
href: `https://blog.langgenius.ai`,
target: '_blank',
rel: 'noreferrer',
},
},
{
text: t('Support'),
props: {