Skip to content

Commit

Permalink
fix typos in landing
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 4, 2024
1 parent 7130dc9 commit 378adea
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/activitys/LandingActivity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,7 @@ export const LandingActivity = () => {
OPEN IN BROWSER
</Button>

<Divider>
<Typography color="divider" sx={{ fontSize: "unset" }}>
or
</Typography>
</Divider>
<Divider>or</Divider>
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
<Button
fullWidth
Expand Down Expand Up @@ -204,9 +200,9 @@ export const LandingActivity = () => {
>
<GridCard
title="Repositories"
description="MMRL supports many repositories like Magisk Modules Alt Repo, IzzyonDroid Magisk Repo and Googlers Magisk Repo"
description="MMRL supports many repositories, like Magisk Modules Alt Repo, IzzyonDroid Magisk Repo and Googlers Magisk Repo"
/>
<GridCard title="ModConf" description="Build advanced configuration pages with React and JavaScript. " />
<GridCard title="ModConf" description="Build advanced configuration pages with React and JavaScript." />
<GridCard title="ModFS" description="With ModFS you can customize MMRL to fit any root solution." />
<GridCard
title="Wide Root Support"
Expand Down Expand Up @@ -251,7 +247,7 @@ export const LandingActivity = () => {
items={[
{
q: "What are the requirements to use MMRL?",
a: 'The app require Android 8 and above, at least **4-6 GB of RAM**. if you using MMRL below you also require <a module="mmrl" href="https://github.com/DerGoogler/MMRL-CLI">MMRL-CLI</a> to use it',
a: 'The app require Android 8 and above and at least **4-6 GB of RAM**. If you\'re using MMRL below V3 you also require <a module="mmrl" href="https://github.com/DerGoogler/MMRL-CLI">MMRL-CLI</a> to use it',
},
{
q: "What are currently known repos that will work in MMRL?",
Expand All @@ -267,9 +263,9 @@ export const LandingActivity = () => {
{
q: "How to use ModConf's from Magisk Modules?",
a: `1. Open MMRL
2. switch to the Installed tab
3. scroll to your choosen module
4. click on "CONFIG"
2. Switch to the Installed tab
3. Scroll to your choosen module
4. Click on "CONFIG"
> [!WARNING]
> The module developer develop the ModConf and errors that show up there has mainly nothing to do with MMRL`,
Expand Down

0 comments on commit 378adea

Please sign in to comment.