Skip to content

Commit

Permalink
Merge pull request #39 from Cleo-Tech/nuove_domande
Browse files Browse the repository at this point in the history
Risolto problema immagini
  • Loading branch information
fmanto01 authored Sep 25, 2024
2 parents ac37dcf + ba411d8 commit 810ce53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scoprimi/src/components/game/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const Game: React.FC = () => {
</div>

{!gameOver && (
<div className='elegant-background image-container fill scrollable'>
<div className='elegant-background fill scrollable'>
{showResults ? (
<>
<Results mostVotedPerson={mostVotedPerson} playerImages={playerImages} voteRecap={voteRecap} />
Expand Down
2 changes: 1 addition & 1 deletion Scoprimi/src/components/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Login: React.FC<LoginProps> = ({ onButtonClick }) => {
<label className='my-label'>Username</label>
</div>
{/* Secondo blocco */}
<div className="elegant-background image-container mt-3 fill">
<div className="elegant-background mt-3 fill">
<div className="image-row">
{images.map((image, index) => (
<div key={index} className="image-column">
Expand Down

0 comments on commit 810ce53

Please sign in to comment.