Skip to content

Commit e0b1e5d

Browse files
committed
fix: typo title
1 parent ef9ffb3 commit e0b1e5d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<link rel="icon" type="image/png" href="./src/assets/favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Open Access Lense</title>
8+
<title>Open Access Lens</title>
99
</head>
1010

1111
<body>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "accesslense",
2+
"name": "accesslens",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

src/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const toggleCollapse = () => {
6868
<!-- Center Title -->
6969
<div class="text-center z-0">
7070
<h1 class="text-lg font-bold text-slate-900 dark:text-white leading-tight">
71-
Open Access Lense
71+
Open Access Lens
7272
</h1>
7373
<p v-if="!isCollapsed" class="text-xs text-slate-500 dark:text-slate-400 font-medium">Mapping physical access to essential services</p>
7474
</div>

0 commit comments

Comments
 (0)