diff --git a/2-Browsers/Week1/README.md b/2-Browsers/Week1/README.md index 5dfac86eb..8c7e17c04 100644 --- a/2-Browsers/Week1/README.md +++ b/2-Browsers/Week1/README.md @@ -80,7 +80,7 @@ Given this HTML: **File**: `ex3-hijackLogo.js` -No homepage is safe from the logo bandit! Every time he sees a Google Logo he replaces it with a logo from HackYourFuture instead: . +No homepage is safe from the logo bandit! Every time he sees a Google Logo he replaces it with a logo from HackYourFuture instead: . In this exercise you're expected to write a JavaScript function that can be executed in the console of the [Google website](https://www.google.com). diff --git a/assets/hyf-logo-black-bg-small.png b/assets/hyf-logo-black-bg-small.png new file mode 100644 index 000000000..4c1c1f38f Binary files /dev/null and b/assets/hyf-logo-black-bg-small.png differ