Skip to content

Commit

Permalink
fix plugin authors link (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Sep 7, 2023
1 parent 4624252 commit c39b713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function PluginAuthors() {
<li className="inline" key={author}>
<Link
className="underline text-[11px] screen-495:text-[14px] font-semibold"
href={`$plugins?authors=${author.replaceAll(' ', '+')}`}
href={`/plugins?authors=${author.replaceAll(' ', '+')}`}
>
{author}
</Link>
Expand Down

0 comments on commit c39b713

Please sign in to comment.