Skip to content

Commit 7c58488

Browse files
committed
fix: feature request redirects to issues page
1 parent da35803 commit 7c58488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const Footer: React.FC = () => {
215215
</li>
216216
<li>
217217
<Link
218-
to="#"
218+
to="https://github.com/recodehive/recode-website/issues"
219219
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
220220
>
221221
Feature Request

0 commit comments

Comments
 (0)