Skip to content

Commit 9ecf2af

Browse files
authored
chore: Project Rename (#133)
* Replace public 'SignLab' with 'SignTag'
1 parent caab3c2 commit 9ecf2af

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1212
}
1313
</style>
14-
<title>Vite + React + TS</title>
14+
<title>SignTag</title>
1515
</head>
1616

1717
<body>

packages/client/public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"backendFailed": "The website appears to be down at the moment, please try again later",
177177
"logIn": "Please login to continue",
178178
"signedIn": "You are signed in",
179-
"welcome": "Welcome to SignLab"
179+
"welcome": "Welcome to SignTag"
180180
},
181181
"languages": {
182182
"en": "English",

packages/client/public/locales/es/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"backendFailed": "Algo ha fallado. Por favor, vuelva a intentarlo más tarde",
177177
"logIn": "Por favor inicie sesión para continuar",
178178
"signedIn": "Ha iniciado sesión",
179-
"welcome": "Bienvenido/a a SignLab"
179+
"welcome": "Bienvenido/a a SignTag"
180180
},
181181
"languages": {
182182
"en": "Inglés",

packages/client/src/components/NavigationBar.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const NavBar: FC<NavBarProps> = ({ drawerOpen, setDrawerOpen }) => {
3030
color: 'black'
3131
}}
3232
>
33-
ASL-LEX SignLab
33+
SignTag
3434
</Typography>
3535
</Toolbar>
3636
</AppBar>

0 commit comments

Comments
 (0)