README changes and little clean up.
This commit is contained in:
parent
86fa02eec9
commit
c18e01ead4
3 changed files with 8 additions and 68 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ export async function loader(
|
|||
|
||||
export default function Home() {
|
||||
return (
|
||||
<PhotoGallery
|
||||
numColumns={5}
|
||||
/>
|
||||
<PhotoGallery />
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue