Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rgba committed Nov 26, 2024
1 parent 99e1899 commit bed4eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const ObjectVersionPageInner: React.FC<{
}
headerContent={
<Tailwind>
<div className="grid w-full grid-flow-col auto-cols-max gap-[16px] text-[14px]">
<div className="grid w-full auto-cols-max grid-flow-col gap-[16px] text-[14px]">
<div className="block">
<p className="text-moon-500">Name:</p>
<div className="flex items-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const OpVersionPageInner: React.FC<{
title={opVersionText(opId, versionIndex)}
headerContent={
<Tailwind>
<div className="grid w-full grid-flow-col auto-cols-max gap-[16px] text-[14px]">
<div className="grid w-full auto-cols-max grid-flow-col gap-[16px] text-[14px]">
<div className="block">
<p className="text-moon-500">Name:</p>
<div className="flex items-center">
Expand Down

0 comments on commit bed4eb5

Please sign in to comment.