diff --git a/server.js b/server.js index 58ed2e2..e1ad1c4 100644 --- a/server.js +++ b/server.js @@ -163,18 +163,18 @@ app.use(express.static(publicPath)); // type: "theme", // }); -await catalog_assets.create({ - package_name: "com.neptune.neptune", - title: "Neptune", - image: "neptune.webp", - author: "Neptune", - version: "1.0.0", - description: "Neptune image", - tags: ["Image", "Funny"], - payload: "neptune.css", - background_image: "neptune.webp", - type: "theme", -}); +// await catalog_assets.create({ +// package_name: "com.neptune.neptune", +// title: "Neptune", +// image: "neptune.webp", +// author: "Neptune", +// version: "1.0.0", +// description: "Neptune image", +// tags: ["Image", "Funny"], +// payload: "neptune.css", +// background_image: "neptune.webp", +// type: "theme", +// }); catalog_assets.sync(); const server = createServer(); diff --git a/src/components/MobileNavigation.astro b/src/components/MobileNavigation.astro index 7e88a61..fb76088 100644 --- a/src/components/MobileNavigation.astro +++ b/src/components/MobileNavigation.astro @@ -31,7 +31,7 @@ const t = useTranslations(lang); class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6" /> - +