Skip to content

Commit

Permalink
Fix screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Apr 17, 2024
1 parent 1d8a989 commit c6a6e4e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file removed FU.SPA/assets/create-post-view.png
Binary file not shown.
Binary file removed FU.SPA/assets/discover-posts-view.png
Binary file not shown.
Binary file removed FU.SPA/assets/friends-view.png
Binary file not shown.
Binary file removed FU.SPA/assets/post-view.png
Binary file not shown.
8 changes: 4 additions & 4 deletions FU.SPA/src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Home = () => {
make friends.
</Typography>
</Box>
<Screenshot src="../../../assets/discover-posts-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/discover-posts-view.png" />
<Typography variant="h5" sx={{ pt: 2 }}>
Don&apos;t limit yourself to restrictive or random in-game
matchmaking. Find like-minded players and play how you want when you
Expand All @@ -28,16 +28,16 @@ const Home = () => {
If you can&apos;t find a match, make a new post and invite others to
join!
</SectionBig>
<Screenshot src="../../../assets/create-post-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/create-post-view.png" />
<SectionBig headerText="Link Up">
As a post member, discuss meetup detail, strategize a game plan, or
just chat.
</SectionBig>
<Screenshot src="../../../assets/post-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/post-view.png" />
<SectionBig headerText="Stay Connected">
Befriend others to keep in touch and meet up later.
</SectionBig>
<Screenshot src="../../../assets/friends-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/friends-view.png" />
<SectionBig headerText="Showcase" />
<iframe
style={{ width: '100%', aspectRatio: '16/9' }}
Expand Down

0 comments on commit c6a6e4e

Please sign in to comment.