This commit is contained in:
Isaac Wise
2024-08-18 13:06:36 -05:00
parent b73e845299
commit 63678b7f1e
6 changed files with 64 additions and 58 deletions
+4 -3
View File
@@ -68,8 +68,9 @@ export default function PreservedFormatRow({
) : undefined}
<Link
href={`${isPublic ? "/public" : ""
}/preserved/${link?.id}?format=${format}`}
href={`${
isPublic ? "/public" : ""
}/preserved/${link?.id}?format=${format}`}
target="_blank"
className="btn btn-sm btn-square"
>
@@ -78,4 +79,4 @@ export default function PreservedFormatRow({
</div>
</div>
);
}
}