Skip to content

Commit

Permalink
fix: weird type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoeTerrier committed Sep 16, 2024
1 parent babfc1c commit 7ac98b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/pages/save-the-date.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export const getServerSideProps: GetServerSideProps<{
return {
props: {
save_the_date: await directus().request(
// @ts-ignore
readSingleton("save_the_date", {
fields: [
"image",
Expand Down
3 changes: 3 additions & 0 deletions app/src/styles/SaveTheDate.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@use "utilities/variables";

.main {
margin: 2rem;
color: variables.$background-color;
}

0 comments on commit 7ac98b3

Please sign in to comment.