Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavarshney committed Apr 12, 2024
1 parent 1391605 commit 89bd2ab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"files": {
"main.css": "/static/css/main.6d1bcd75.css",
"main.js": "/static/js/main.f6e095f3.js",
"main.js": "/static/js/main.1be5e450.js",
"static/media/hw2.md": "/static/media/hw2.b72b4299215ab1820a29.md",
"static/media/hw6.md": "/static/media/hw6.9155912e935d9342495a.md",
"static/media/hw3.md": "/static/media/hw3.4c6c1b784b693e9a6da8.md",
"static/media/hw8.md": "/static/media/hw8.51d7b1f322571e42e0a9.md",
"static/media/hw8.md": "/static/media/hw8.1633596bcd05e29b1eba.md",
"static/media/hw4.md": "/static/media/hw4.6c27cdcbc09e26888191.md",
"static/media/hw1.md": "/static/media/hw1.26125be90a9c0b03d689.md",
"static/media/hw7.md": "/static/media/hw7.cbba8c2ad221a468e6c0.md",
Expand All @@ -18,10 +18,10 @@
"static/media/lab2.md": "/static/media/lab2.d2b57759e405362ffd8f.md",
"index.html": "/index.html",
"main.6d1bcd75.css.map": "/static/css/main.6d1bcd75.css.map",
"main.f6e095f3.js.map": "/static/js/main.f6e095f3.js.map"
"main.1be5e450.js.map": "/static/js/main.1be5e450.js.map"
},
"entrypoints": [
"static/css/main.6d1bcd75.css",
"static/js/main.f6e095f3.js"
"static/js/main.1be5e450.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Cubstart is a web/mobile development course for beginner developers. Whether you need project experiences to kickstart your resume, or if you have a desire to build but don’t know where to start, Cubstart is the course for you."/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Cubstart</title><script defer="defer" src="/static/js/main.f6e095f3.js"></script><link href="/static/css/main.6d1bcd75.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Cubstart is a web/mobile development course for beginner developers. Whether you need project experiences to kickstart your resume, or if you have a desire to build but don’t know where to start, Cubstart is the course for you."/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Cubstart</title><script defer="defer" src="/static/js/main.1be5e450.js"></script><link href="/static/css/main.6d1bcd75.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
6 changes: 3 additions & 3 deletions static/js/main.f6e095f3.js → static/js/main.1be5e450.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Try clicking "Back to Home". Nothing happens!

**On line 20 in Profile.jsx**, it seems like Ddoski forgot to wrap his button in a tag so the "Back to Home" goes back to the main page. **Fix the code** so that the button goes back to the "`/`" path.

If you're stuck, **check how we did this for the button on the App.jsx page!** You could also look through check the React slides on "Routing" or the `react-router` documentation.
If you're stuck, **check how we did this for the button on the App.jsx page!** You could also check the React slides on "Routing" or the `react-router` documentation.

<details>
<summary>Hint</summary>
Expand Down

0 comments on commit 89bd2ab

Please sign in to comment.