Compare commits

..

No commits in common. "f01bf17fcff8702f9c44c2224acd59bd6bade755" and "a1405f33736bfa483b455aa5646dd61730775211" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,6 @@ 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,3 +1,6 @@
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';