Skip to content

Commit

Permalink
Daily
Browse files Browse the repository at this point in the history
  • Loading branch information
juaneortiz1 authored May 7, 2024
1 parent 406edaa commit b63b913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/secondary/Daily.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Daily = ({ day, handleSubmmit }) => {

return (
<div className='daily-container'>
<h3>Outfits for {day}</h3>
<h3>Outfits for {day.toLocaleDateString('en-US', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' })}</h3>
<div className='outfit-list'>
{outfits.map((outfit, index) => (
<div
Expand Down

0 comments on commit b63b913

Please sign in to comment.