Skip to content

Commit 8683ab5

Browse files
authored
Merge pull request #143 from recodehive/copilot/fix-51
Fix: Update "Report a Bug" link to redirect to GitHub issues page
2 parents ebd5baf + 63521a2 commit 8683ab5

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
@@ -207,7 +207,7 @@ const Footer: React.FC = () => {
207207
</li>
208208
<li>
209209
<Link
210-
to="#"
210+
to="https://github.com/recodehive/recode-website/issues"
211211
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
212212
>
213213
Report a Bug

0 commit comments

Comments
 (0)