- Started working on the about page;
- Updated the translation; - Changed the language switch from flags to text
This commit is contained in:
5
src/app/about/page.tsx
Normal file
5
src/app/about/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import About from "@/templates/About";
|
||||
|
||||
export default function Page() {
|
||||
return <About language="en" />;
|
||||
}
|
||||
Reference in New Issue
Block a user