diff --git a/src/App.tsx b/src/App.tsx index 5fc5047..43d858c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Box, Center, Heading, Image, Link, Text, Flex, IconButton } from '@chakra-ui/react'; +import { Box, Center, Heading, Image, Link, Text, Flex, IconButton, Highlight } from '@chakra-ui/react'; import { useEffect } from 'react'; import { useRecoilState } from 'recoil'; import { FaGithub } from "react-icons/fa"; @@ -49,9 +49,15 @@ function App() { -
- - This is an Unofficial Google Task Desktop Client. It is not affiliated with Google. It is built with Tauri and React. +
+ + + This is an Unofficial Google Task Desktop Client. It is not affiliated with Google. It is built with + + Tauri and React.