Skip to content

Commit

Permalink
fix(app): publisher column center
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jun 6, 2023
1 parent 5fed087 commit 0b66a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/ResourceTable.astro
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function followSearch(params: Record<string, string>) {
</div>
</div>
</td>
<td class="py2 pl2 text-center w-max">
<td class="py2 pl2 flex justify-center">
{r.fansub ? (
<a
href={`/resources/1?${followSearch({ fansub: r.fansub.id })}`}
Expand Down

0 comments on commit 0b66a00

Please sign in to comment.