Skip to content

Commit 0e17c7d

Browse files
authored
Update Academy.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent b33cea6 commit 0e17c7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/Academy.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ const Academy: React.FC = () => {
197197
name: "HackerRank",
198198
url: "https://www.hackerrank.com/",
199199
logoUrl: "/lovable-uploads/Academy/HackerRank.svg"
200+
}, {
201+
name: "HackMD",
202+
url: "https://hackmd.io/",
203+
logoUrl: "/lovable-uploads/Academy/HackMD.svg"
200204
}, {
201205
name: "Hotmart",
202206
url: "https://www.hotmart.com/",
@@ -256,7 +260,7 @@ const Academy: React.FC = () => {
256260
}, {
257261
name: "UNED",
258262
url: "https://iedra.uned.es/",
259-
logoUrl: "/lovable-uploads/UNED.png"
263+
logoUrl: "/lovable-uploads/Academy/UNED.png"
260264
}, {
261265
name: "UNESCO",
262266
url: "https://www.unesco.org/",

0 commit comments

Comments
 (0)