Changed website style

This commit is contained in:
fedyna-k
2025-01-15 22:11:56 +01:00
parent b894930e12
commit 7036e907d7
7 changed files with 101 additions and 34 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export const handler: Handlers = {
};
// deno-lint-ignore require-await
export default async function About(_request: Request, context: FreshContext) {
export default async function Apps(_request: Request, context: FreshContext) {
return (
<>
<AppNavigator apps={context.data} />