Skip to content

Commit

Permalink
Update logo name for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Feb 8, 2024
1 parent 0ce216c commit 4f9642b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ changelog:
- breaking-change
- title: Features
labels:
- feature
- title: Enhancements
- feature
- title: Enhancements
labels:
- enhancement
- title: Bug Fixes
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- unlabeled

jobs:

check_labels:
name: Check labels
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
name: playwright-report
path: playwright-report/
retention-days: 7
retention-days: 7
File renamed without changes
2 changes: 1 addition & 1 deletion src/lib/navigation.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { page } from '$app/stores';
import { AppBar } from '@skeletonlabs/skeleton';
import logo from '$lib/assets/logo.png';
import logo from '$lib/assets/app-logo.png';
const routes = [
{ path: '/', id: 'home', text: 'Home' },
Expand Down

0 comments on commit 4f9642b

Please sign in to comment.