Skip to content

Commit

Permalink
dev: fix webview+ -> webview
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardreiter committed Oct 18, 2023
1 parent 9ff5157 commit a56eba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="content">
<!-- svelte-ignore a11y-no-redundant-roles -->
<div class="header">
<h1 role="heading" class="text-center">CSAF Webview+</h1>
<h1 role="heading" class="text-center">CSAF Webview</h1>
<a href={switchToRoute} class="switchbutton button">{mode}</a>
<h4>v{version}</h4>
</div>
Expand Down

0 comments on commit a56eba0

Please sign in to comment.