-
-
-
+
+
+
+
+
diff --git a/src/pages/ThemeRecsResult.tsx b/src/pages/ThemeRecsResult.tsx
index 3420685..c7e23dc 100644
--- a/src/pages/ThemeRecsResult.tsx
+++ b/src/pages/ThemeRecsResult.tsx
@@ -1,5 +1,9 @@
import React, { useState, useEffect } from "react";
-import { Container, StartBtn } from "../styles/ThemeRecsResultStyled";
+import {
+ Container,
+ StartBtn,
+ StyledLink,
+} from "../styles/ThemeRecsResultStyled";
import { IoIosArrowForward } from "react-icons/io";
import RoomTheme from "../components/RoomTheme";
import { useLocation } from "react-router-dom";
@@ -50,14 +54,16 @@ const ThemeRecsResult = () => {
)}
-
-
-
홈으로
-
-
+
+
);
};
diff --git a/src/styles/NavbarStyled.tsx b/src/styles/NavbarStyled.tsx
index fa8cf68..2a956aa 100644
--- a/src/styles/NavbarStyled.tsx
+++ b/src/styles/NavbarStyled.tsx
@@ -8,6 +8,7 @@ export const Container = styled.div`
position: fixed;
top: 0;
+ z-index: 2;
display: flex;
justify-content: space-between;
@@ -37,6 +38,10 @@ export const Container = styled.div`
export const NavLink = styled(Link)`
text-decoration: none;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
.nav {
display: flex;
justify-content: center;