Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nakamura committed Sep 26, 2024
1 parent 67a155b commit ee51346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Home() {
{
NUMBER_RANGE.map(({min, max}, index) =>
<div key={index} className='flex-col flex-1 flex text-center self-stretch'>
<div className='flex flex-col mb-4'>
<div className='flex flex-col'>
<div>{min}</div>
<div>~</div>
<div>{max}</div>
Expand Down

0 comments on commit ee51346

Please sign in to comment.