enabled ascii

This commit is contained in:
2026-02-05 14:25:09 +00:00
parent 785b3c74d5
commit 8c7ff54d37

View File

@@ -1,13 +1,12 @@
import { useEffect, useState } from "react";
import { Link, Route, Routes, useParams } from "react-router-dom";
import { ProjectListItem } from "@/components/ProjectListItem";
import { type ProjectEntry, projectList, projects } from "@/projects";
import { useEffect, useState } from "react";
import { Link, Route, Routes, useParams } from "react-router-dom";
import { ThemeToggle } from "./components/theme-toggle";
const asciiFiles = [
"cat-sleep.txt",
"polar-bear.txt",
"sleep-cat-ascii-art.txt",
// "polar-bear.txt",
];
function App() {
@@ -49,11 +48,11 @@ function Home() {
return (
<div className="min-h-dvh flex flex-col items-center justify-center gap-8 text-2xl px-6 py-10">
<div className="flex flex-col items-center gap-4">
{/* {asciiArt ? (
{asciiArt ? (
<pre className="leading-2.25">
<code className="commitmono text-[11px]">{asciiArt}</code>
</pre>
) : null} */}
) : null}
<h1 className="picnic text-8xl text-balance">Oliver Bryan</h1>
</div>
<div className="w-full max-w-5xl grid grid-cols-1 md:grid-cols-2 gap-4">