Compare commits

...

2 Commits

Author SHA1 Message Date
f01bf17fcf remove uneceserray imports 2023-09-14 14:57:28 +07:00
7abc3c95ca footnote 2023-09-14 14:55:06 +07:00
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ function Footer() {
<footer className={"bg-secondary footer-container"}>
<div className={"content text-left footer-section"}>
<div className={"menu-list"}>
{/* https://en.wikipedia.org/wiki/Regions_of_Indonesia
i know i should put bali in nusa tenggara but bali is just
one of the biggest thing by itself */}
<h2 className={'font-bold text-base'}>Region</h2>
<a href={'#'} className={'text-sm block'}>Bali</a>
<a href={'#'} className={'text-sm block'}>Sulawesi</a>

View File

@ -1,6 +1,3 @@
import preactLogo from '../../assets/preact.svg';
import viteLogo from '/vite.svg'
import { useEffect, useState } from "preact/hooks";
import { DefaultLayout } from '../../layouts/';
import { SeparatorWithAnchor } from '../../components';
import data from '../../datas/home.json';