Skip to content

Commit

Permalink
Merge pull request #56 from DguFarmSystem/fix/53-change-favicon-and-g…
Browse files Browse the repository at this point in the history
…oogle-link

fix: 파비콘 수정 + 구글 시트 수정 브랜치 합치기 위한 pr
  • Loading branch information
dongmin0204 authored Feb 19, 2025
2 parents 8ac27fc + 8fd31c8 commit ca44597
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Farm System</title>
<title>팜 시스템 | Farm System</title>
</head>
<body>
<div id="root"></div>
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/Main/BottomInfo/BottomInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import DGUIcon from "@/assets/DGULogo.png";
import Popup from '@/components/Popup/Popup';
import useMediaQueries from '@/hooks/useMediaQueries';

const googleFormLink = "https://docs.google.com/forms/d/e/1FAIpQLSd1p3w5T1c1XFxM4lrqGxwCrW-L1f9Wm4bLmOmcAWcqSILpPw/viewform";

const BottomInfo = () => {
const [isPopupOpen, setPopupOpen] = useState(false);
const { isApp, isMobile, isTablet } = useMediaQueries();

const googleFormLink = "https://docs.google.com/forms/d/e/1FAIpQLSdaELf6PNpRSD18nPPcgH_934Wsm9Gju54P62vWlczusmRg3w/viewform";

return (
<S.BottomInfoContainer id="eligibility" $isMobile={isMobile} $isTablet={isTablet}>
<S.Title $isApp={isApp} $isMobile={isMobile} $isTablet={isTablet}>
Expand Down

0 comments on commit ca44597

Please sign in to comment.