From 61caf8251993d6abfc321e4a6e4d0541ea054ab6 Mon Sep 17 00:00:00 2001 From: Nour Bouzid Date: Tue, 30 Jan 2024 14:12:55 +0100 Subject: [PATCH 01/10] Remove style from code since student is instructed to add it in the challenge --- frontend/src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index f3a19e04..6018550b 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -6,7 +6,7 @@
- + Sophiagram From c47d1610a57e271aee6a04cbf62d96bac9f99071 Mon Sep 17 00:00:00 2001 From: Nour Bouzid Date: Tue, 30 Jan 2024 14:17:07 +0100 Subject: [PATCH 02/10] Typo --- instructions/day1/ApplicationPart1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/day1/ApplicationPart1/README.md b/instructions/day1/ApplicationPart1/README.md index 12e46abd..28d0a2c9 100644 --- a/instructions/day1/ApplicationPart1/README.md +++ b/instructions/day1/ApplicationPart1/README.md @@ -15,7 +15,7 @@ Today you will learn how to: ## Table Of Contents 1. [Create a new branch in your project](#create-a-new-branch-in-your-project) -2. [Change the title and it's color of your App](#change-the-title-and-its-color-of-your-app) +2. [Change the title and its color of your App](#change-the-title-and-its-color-of-your-app) 3. [Test your changes in your codespace](#test-your-changes-in-your-codespace) 4. [Commit & push your changes](#commit--push-your-changes) 5. [Open a pull request and merge it](#open-a-pull-request-and-merge-it) @@ -40,7 +40,7 @@ It should look similar to this: Congrats! You just created a new branch and switched to it successfully. Now you can start making changes to your code! -## Change the title and it's color of your App +## Change the title and its color of your App Open the file `Home.vue` from the folder `frontend/src/views`. On top you find a so called `