Skip to content

Commit

Permalink
Merge pull request #100 from UoaWDCC/066_strapi-default-values
Browse files Browse the repository at this point in the history
066 strapi default values
  • Loading branch information
eilecn authored Aug 14, 2024
2 parents 7d1a642 + 0c683d5 commit 0bbb204
Show file tree
Hide file tree
Showing 86 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
# Logs and databases
############################

/strapi/.tmp
# /strapi/.tmp # Dev only: allow shared database
/strapi/*.log
/strapi/*.sql
/strapi/*.sqlite
Expand All @@ -125,7 +125,7 @@
/strapi/ssl
/strapi/.idea
/strapi/nbproject
/strapi/public/uploads/*
# /strapi/public/uploads/* # Dev only: allow shared images
!/strapi/public/uploads/.gitkeep

############################
Expand Down
4 changes: 2 additions & 2 deletions next/components/dev/EileenComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { useState } from "react";

export default function EileenComponent() {
const [state, setState] = useState(null);

return <div>Eileen</div>;
}
}
2 changes: 1 addition & 1 deletion next/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function Header() {
<Image
src={logoSrc}
alt="Younite Logo"
className="h-32 w-auto"
className="h-20 w-auto"
height={128}
width={256}
priority
Expand Down
Binary file added strapi/.tmp/data.db
Binary file not shown.
Binary file added strapi/public/uploads/IMG_0244_5893eede56.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_10b161c686.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_3959f4c583.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_5ad5dc573b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_6ccf2341ac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_9e7336fbc6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_a1d44a94c6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_af0c9fe45a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_c5782b05ee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_caeb0143a8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_e68eebac75.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/Untitled_ef5316d8fe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/younitelogo_1a244a21f4.png
Binary file added strapi/public/uploads/younitelogo_4f31625805.png

0 comments on commit 0bbb204

Please sign in to comment.