update home
Build KX3DEX.radio / Build and Deploy (push) Failing after 1m42s Details

master
Dex Burgess 2024-03-24 02:29:24 -04:00
parent 76e26c107f
commit 832d1d00e0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export default async function Home() {
return ( return (
<div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5"> <div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5">
This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. This is my little corner of the internet to share my radio projects on things I`'`m doing. Things I find and build that seem to not be documented anywhere.
</div> </div>
); );
} }