From 9d7c0d619a66576c89f426bec9f35f909fa5fd03 Mon Sep 17 00:00:00 2001 From: kmartial Date: Tue, 16 Apr 2024 09:58:13 +0000 Subject: [PATCH] Merci tom pour le coud de main --- README.md | 2 +- src/views/Home.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8a87d..d4f681f 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This is the repo that you will use during the Web Academy exercises. Please fork Before participating, make sure you have gone through [the pre-requisites](https://dhis2.github.io/academy-web-app-dev/docs/before-academy/) for the academy. -For more information about the academy and the topics taught, check the website: https://dhis2.github.io/academy-web-app-dev/ \ No newline at end of file +For more information about the academy and the topics taught, check the website: https://dhis2.github.io/academy-web-app-dev/ diff --git a/src/views/Home.js b/src/views/Home.js index 76ef507..1cda4e4 100644 --- a/src/views/Home.js +++ b/src/views/Home.js @@ -2,7 +2,7 @@ import React from 'react' export const Home = () => (
-

Home

+

Merci Tom

DHIS2 Web App Academy 2024