Skip to content

Commit

Permalink
fix: trigger fake build
Browse files Browse the repository at this point in the history
  • Loading branch information
r115 committed Oct 3, 2024
1 parent 95e2c86 commit b13f1a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions packages/web/src/routes/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const load: PageServerLoad = async ({ locals: { cacheKeys } }) => {
cacheKeys.add(`pages`);
cacheKeys.add(`tags`);
cacheKeys.add(`homepage`);


return {
tags: tagsForSearch,
Expand Down
3 changes: 0 additions & 3 deletions packages/web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@
.partners-grid-3 {
grid-template-columns: 90px 100px 64px;
}
.top-searchbar {
margin: 2rem 1rem;
Expand All @@ -278,7 +276,6 @@
height: 20px;
}
}
.mpath-logo {
width: 80px;
margin-left: 2rem;
Expand Down

0 comments on commit b13f1a2

Please sign in to comment.