Skip to content

Commit

Permalink
Merge pull request #2 from oslabs-beta/Feat/SlideShow
Browse files Browse the repository at this point in the history
Fix: linting
  • Loading branch information
SamLarivs authored Oct 30, 2024
2 parents 7d29e80 + ada39e1 commit de56e4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions launch-page/src/Screenshots.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

import './Screenshots.scss';
import Login from './assets/login.png';
import Dashboard from './assets/dashboard.png';
import Profile from './assets/profile.png';
import Login from './assets/Login.png';
import Dashboard from './assets/Dashboard.png';
import Profile from './assets/Profile.png';
import RecentEvents from './assets/RecentEvents.png';
import EventsModal from './assets/Events-Modal.png';
import DarkMode from './assets/DarkMode.png';
Expand Down
4 changes: 2 additions & 2 deletions launch-page/src/Team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ $teamBoxColor:rgb(45, 29, 3);
flex-direction: column;
text-align: center;
font-size: 1rem;
color: $greenbackgroundFontColor
color: $greenbackgroundFontColor;
}
}


}
}
};
Binary file removed launch-page/src/assets/1650671188948.jpg
Binary file not shown.
Binary file removed launch-page/src/assets/RAILGUIDEcopy.png
Binary file not shown.

0 comments on commit de56e4f

Please sign in to comment.