Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
style: gap to download links
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Aug 7, 2024
1 parent c3411dd commit a13af94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DocumentationTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const DocumentationTable: React.FC<DocumentationTableProps> = ({
<tr key={i}>
<td className="flex justify-between gap-2">
<p className="font-bold">{title}</p>
<div className="flex">
<div className="flex gap-1">
(
{file && (
<a
Expand All @@ -60,7 +60,7 @@ const DocumentationTable: React.FC<DocumentationTableProps> = ({
target="_blank"
href={archivo}
>
ea
es
</a>
)}
)
Expand Down

0 comments on commit a13af94

Please sign in to comment.