Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Oct 27, 2024
1 parent 4a7095d commit 7382356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/languagesv2/languages-v2-web/src/pages/Config.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export const BUILD_VERSION = '3';
export const DEVELOPMENT_TEAM = 'Trà Thành Thơi Team';
export const DEVELOPMENT_TEAM = 'Trà Thành Thơi Team';
export const APP_NAME = 'Underthesea Languages';
3 changes: 2 additions & 1 deletion apps/languagesv2/languages-v2-web/src/pages/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { Link } from 'react-router-dom';
import { GoogleOAuthProvider } from '@react-oauth/google';
import { APP_NAME } from './Config';

const Nav: React.FC = () => {
// const handleGoogleLoginSuccess = (response: any) => {
Expand All @@ -21,7 +22,7 @@ const Nav: React.FC = () => {
to="/"
className="text-blue-600 font-semibold hover:text-blue-800 transition duration-300 ease-in-out px-4 py-2 rounded-md hover:bg-blue-100"
>
Languages
{APP_NAME}
</Link>
</li>
{/* <li>
Expand Down

0 comments on commit 7382356

Please sign in to comment.