Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small Misstypo #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 8-routing/40-link-to-the-path/components/BoTW.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export default function BoTW() {
return (
<div className="center">
<img src="https://static.wikia.nocookie.net/the-legend-of-zelda-botw/images/c/c8/BotW_Link.png/revision/latest?cb=20200902181658" alt="Link Image" />
<p>yIn "The Legend of Zelda: Breath of the Wild" for the Nintendo Switch and Wii U, Link awakens from a century-long slumber in a ruined Hyrule. This Link must defeat Calamity Ganon and save Princess Zelda, exploring an expansive open world with unprecedented freedom. This incarnation of Link is more customizable than ever, with various outfits, weapons, and abilities to suit different playstyles. The game emphasizes exploration, survival, and a non-linear narrative, marking a significant evolution in the series. This Link is defined by his resilience and resourcefulness in a world filled with ancient technology and natural beauty.</p>
<p>In "The Legend of Zelda: Breath of the Wild" for the Nintendo Switch and Wii U, Link awakens from a century-long slumber in a ruined Hyrule. This Link must defeat Calamity Ganon and save Princess Zelda, exploring an expansive open world with unprecedented freedom. This incarnation of Link is more customizable than ever, with various outfits, weapons, and abilities to suit different playstyles. The game emphasizes exploration, survival, and a non-linear narrative, marking a significant evolution in the series. This Link is defined by his resilience and resourcefulness in a world filled with ancient technology and natural beauty.</p>
</div>
);
}