Skip to content

Commit

Permalink
Change page title from "Tauri App" to "Diff editor"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 10, 2024
1 parent dbd6ee2 commit 5166a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri App</title>
<title>Diff editor</title>
<style>
.logo.vite:hover {
filter: drop-shadow(0 0 2em #747bff);
Expand Down
2 changes: 1 addition & 1 deletion webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="/src/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri App</title>
<title>Diff editor</title>
<script type="module" src="/src/load_codemirror5_merge.ts" defer></script>
<script type="module" src="/src/main.ts" defer></script>
<style>
Expand Down

0 comments on commit 5166a62

Please sign in to comment.