diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index f06bebd3..f1feb7c6 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -3,7 +3,7 @@ import axios from 'axios'; import styled from "styled-components"; import { stopRecording } from "../../api/recording"; import { useGlobalInfoStore } from "../../context/globalInfo"; -import { Button, IconButton } from "@mui/material"; +import { Button, IconButton, Typography } from "@mui/material"; import { RecordingIcon } from "../atoms/RecorderIcon"; import { SaveRecording } from "./SaveRecording"; import { Circle, Add, Logout, Clear } from "@mui/icons-material"; @@ -146,7 +146,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR setModalOpen(false)}>
-

Enter URL

+ Enter URL To Extract Data