Skip to content

Commit

Permalink
Text centering
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 committed Jun 14, 2024
1 parent c515091 commit f908614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/common/FeatureBridges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const FeatureBridges: React.FC<Props> = () => {
target="_blank"
rel="noreferrer"
className={cx(
"flex flex-col items-center border border-[#2D3843] rounded-xl overflow-hidden bg-[#1F2831]/70 px-4 py-5 text-sm sm:text-[17px] font-bold duration-200 group"
"flex flex-col text-center items-center border border-[#2D3843] rounded-xl overflow-hidden bg-[#1F2831]/70 px-4 py-5 text-sm sm:text-[17px] font-bold duration-200 group"
)}
>
<IconTag className="flex-shrink-0 w-6 max-h-6" />
Expand Down
2 changes: 1 addition & 1 deletion components/common/FeatureExchanges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const FeatureExchanges: React.FC<Props> = () => {
target="_blank"
rel="noreferrer"
className={cx(
"flex flex-col items-center border border-[#2D3843] rounded-xl overflow-hidden bg-[#1F2831]/70 px-4 py-5 text-sm sm:text-[17px] font-bold duration-200 group"
"flex flex-col text-center items-center border border-[#2D3843] rounded-xl overflow-hidden bg-[#1F2831]/70 px-4 py-5 text-sm sm:text-[17px] font-bold duration-200 group"
)}
>
<IconTag className="flex-shrink-0 w-6 max-h-6" />
Expand Down

0 comments on commit f908614

Please sign in to comment.