Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 4, 2024
1 parent 8980b01 commit e69b992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: ./frontend
onlyChanged: true
- name: Create Storybook comment (no changes)
if: github.event_name == 'pull_request'
uses: peter-evans/create-or-update-comment@v4
Expand Down
1 change: 1 addition & 0 deletions frontend/src/app/general/404/404.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<div class="collab-card m-2.5 mb-12 !bg-banner text-center text-white">
<span>404</span>
this is a test and should be removed.
<h1 class="!text-3xl">Page not found</h1>
<span>{{ router.url }}</span>
</div>
Expand Down

0 comments on commit e69b992

Please sign in to comment.