Skip to content

Commit

Permalink
fix(style): Fixed an style issue due to the change of an element
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 3, 2024
1 parent 2ea6ffb commit e838253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/locationsettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const LocationSettings = observer(() => {
// console.log(searchValue);
}}
>
<span className="w-1/2">
<span className="w-1/2 text-left">
{city.name
.split("")
.map((letter: string, letterIndex: number) => (
Expand Down

1 comment on commit e838253

@vercel
Copy link

@vercel vercel bot commented on e838253 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.