We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c43f5e commit 72daca6Copy full SHA for 72daca6
src/routes/my/index.tsx
@@ -17,6 +17,7 @@ export const Route = createFileRoute("/my/")({
17
});
18
19
const PAGE_SIZE = 10;
20
+const GOOGLE_FORM_URL = "https://forms.gle/btXobhr7sAHsXjMg9";
21
22
function RouteComponent() {
23
const [selectedTab, setSelectedTab] = useState<VideoTabId>(null);
@@ -126,7 +127,7 @@ function RouteComponent() {
126
127
<a
128
target="_blank"
129
rel="noopener noreferrer"
- href="https://www.google.com"
130
+ href={GOOGLE_FORM_URL}
131
className="flex items-start justify-between t-p-14-sb text-neutral-500"
132
>
133
<span>홀디에게 의견 보내기</span>
0 commit comments