mirror of
https://github.com/langgenius/langgenius.github.io.git
synced 2026-07-01 16:28:17 -04:00
add blog ahref
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user