diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index fe373e8..7153c21 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -3,9 +3,24 @@ import Link from "next/link"; const navigation = { legal: [ - {name: 'Privacy Policy', href: '/privacy-policy'}, - {name: 'Terms & Conditions', href: '/terms-of-service'}, + {name: 'Privacy Policy', href: '#'}, + {name: 'Terms & Conditions', href: '#'}, ], + social: [ + { + name: 'GitHub', + href: 'https://github.com/SoraWebui/SoraWebui', + icon: (props) => ( + + ), + } + ] } export default function Footer({ @@ -18,15 +33,31 @@ export default function Footer({
+ A browser interface for OpenAI Sora, generate text-to-video simply. +
++ Copyright © 2024 - All rights reserved. +
+