update icons
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 3m1s

This commit is contained in:
2024-10-29 16:34:16 -04:00
parent 5774f51b06
commit 803edb4fd5
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
import { Database } from "lucide-react";
import { ChartNoAxesCombined, Database } from "lucide-react";
import { kyFetch } from "@ssr/common/utils/utils";
import { AppStatistics } from "@ssr/common/types/backend/app-statistics";
import { Config } from "@ssr/common/config";
@ -11,7 +11,7 @@ export default async function SiteStats() {
{/* Header */}
<div className="flex flex-col gap-2.5">
<div className="flex gap-3 items-center text-orange-600">
<Database className="p-2 size-11 bg-orange-800/15 rounded-lg" />
<ChartNoAxesCombined className="p-2 size-11 bg-orange-800/15 rounded-lg" />
<h1 className="text-3xl sm:text-4xl font-bold">Site Statistics</h1>
</div>
<p className="max-w-5xl text-sm sm:text-base opacity-85">