Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   frontend/src/pages/layout/Layout.tsx
	modified:   static/index.html
  • Loading branch information
deanmarti committed Aug 26, 2023
1 parent 03bf736 commit a41eb0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Layout = () => {
aria-hidden="true"
/>
<Link to="/" className={styles.headerTitleContainer}>
<h1 className={styles.headerTitle}>Tecoma AI</h1>
<h1 className={styles.headerTitle}>TecomaGTP</h1>
</Link>
<div className={styles.shareButtonContainer} role="button" tabIndex={0} aria-label="Share" onClick={handleShareClick} onKeyDown={e => e.key === "Enter" || e.key === " " ? handleShareClick() : null}>
<ShareRegular className={styles.shareButton} />
Expand Down
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/tecoma-icon-braun-7521327.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tecoma AI</title>
<title>TecomaGTP</title>
<script type="module" crossorigin src="/assets/index-6cffdc73.js"></script>
<link rel="stylesheet" href="/assets/index-7096fc31.css">
</head>
Expand Down

0 comments on commit a41eb0a

Please sign in to comment.