README changes and little clean up.

This commit is contained in:
bnilsen 2026-05-07 15:54:35 -04:00
parent 86fa02eec9
commit c18e01ead4
3 changed files with 8 additions and 68 deletions

View file

@ -8,9 +8,6 @@ export function PhotoCard({ data }) {
setInfoToggled(!infoToggled);
}
if (data["id"] == 1) {
console.log(data);
}
return (
<div>
<div className="relative flex justify-center">

View file

@ -18,8 +18,6 @@ export async function loader(
export default function Home() {
return (
<PhotoGallery
numColumns={5}
/>
<PhotoGallery />
);
}