From 5eb01f8dd28ef0b036dd65f73f7438090ab0c332 Mon Sep 17 00:00:00 2001
From: Alexandre Humbert <alehu316@student.liu.se>
Date: Sat, 30 Dec 2023 14:14:17 +0000
Subject: [PATCH] Update github token

---
 Components/Home.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Components/Home.js b/Components/Home.js
index f9765f39..f0a13614 100644
--- a/Components/Home.js
+++ b/Components/Home.js
@@ -6,7 +6,7 @@ import GitHubSearch from './GitHubSearch';
 const httpLink = createHttpLink({
     uri: 'https://api.github.com/graphql',
     headers: {
-      Authorization: 'Bearer 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', // Remplace avec ton propre token GitHub
+      Authorization: 'Bearer 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', // Remplace avec ton propre token GitHub
     },
 });
 
@@ -61,4 +61,4 @@ const styles = StyleSheet.create({
       fontWeight: 'bold',
       color: '#a29bfe',
     },
-});
\ No newline at end of file
+});
-- 
GitLab