do some things

This commit is contained in:
rift 2024-08-15 20:30:52 -05:00
parent bdea8efb53
commit 1979bae370
2 changed files with 13 additions and 13 deletions

View file

@ -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();

View file

@ -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"
/>
</HeaderButton>
<HeaderButton text={t("header.catalog")} route={`/${lang}/catalog/`}>
<HeaderButton text={t("header.catalog")} route={`/catalog/1`}>
<Icon
name="ph:shopping-bag-open-fill"
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"