Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Jun 23, 2024
1 parent c504b93 commit 41cb71d
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file modified src/images/connect-to-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshot-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/search-for-globed-old.png
Binary file not shown.
Binary file modified src/images/search-for-globed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/pages/install.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Text from '../components/Text.astro';
import Button from '../components/Button.astro';
import { BookIcon, BoxIcon, MessageCircleIcon, HelpCircleIcon } from 'astro-feather';
import { Image } from 'astro:assets';
import searchForGlobed from '../images/search-for-globed-old.png';
import searchForGlobed from '../images/search-for-globed.png';
import getARoomYouTwo from '../images/connect-to-server.png';
import Link from '../components/Link.astro';
import Title from '../components/Title.astro';
Expand All @@ -27,7 +27,7 @@ import Content from '../components/Content.astro';

<InstructionBox num="1">
<Text>
To install Globed, you first need to <em>install Geode</em>.
To install Globed, you first need to <em>install Geode</em>.
Click below to find instructions for installing it!
</Text>
<ButtonRow>
Expand All @@ -44,7 +44,7 @@ import Content from '../components/Content.astro';

<InstructionBox num="2">
<Text>
Navigate to the <em>Downloads page in Geode</em> and search for Globed, then click <em>View</em>
Navigate to the <em>Downloads page in Geode</em> and search for Globed, then click <em>View</em>
and <em>Install</em>!
</Text>
<Image
Expand Down Expand Up @@ -81,6 +81,6 @@ import Content from '../components/Content.astro';
</ButtonRow>
</InstructionBox>
</Content>

<Donate />
</Page>

0 comments on commit 41cb71d

Please sign in to comment.