Skip to content

Commit

Permalink
respond to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Dec 2, 2024
1 parent 29e856e commit 1459f96
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/svelte-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Svelte Check
on:
push:
branches: ['main', 'feat/svelte-app', '200-add-svelte-check-to-github-workflows---provider-dashboard']
branches: ['main', 'feat/svelte-app']
pull_request:
branches: ['main', 'feat/svelte-app', '200-add-svelte-check-to-github-workflows---provider-dashboard']
branches: ['main', 'feat/svelte-app']

jobs:
prettier:
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script lang="ts">
import Logo from './Logo.svelte';
import ConnectionStatus from './ConnectionStatus.svelte';
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/become-a-provider/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script lang="ts">
let { children } = $props();
</script>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script lang="ts">
let { children } = $props();
</script>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script lang="ts">
import BecomeAProvider from '$components/BecomeAProvider.svelte';
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
line-height: 24px;
font-weight: 400;

background-color: #fff;
background-color: #fefaf3;

font-synthesis: none;
text-rendering: optimizeLegibility;
Expand Down

0 comments on commit 1459f96

Please sign in to comment.