Skip to content

Commit 4789c18

Browse files
authored
fixed the logo link
1 parent 07f8c60 commit 4789c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

courses.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
<!-- <img src="RAMlab-logo.png" alt="RAMLogo" width="150" height="auto">-->
2222
<!-- <img src="RAMlab-logo.png" width="89" height="50" alt="RAM Lab Logo"/>-->
23-
<img src="https://pab47.github.io/RAMlab-logo.png" width="89" height="50" alt="RAM Lab Logo"/>
23+
<!-- <img src="https://pab47.github.io/RAMlab-logo.png" width="89" height="50" alt="RAM Lab Logo"/>-->
2424

2525

2626
</head>
2727

2828
<body>
2929
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
30-
<a class="navbar-brand"><img src="RAMLabLogoCopy.png" width="89" height="50" alt="RAM Lab Logo" /></a>
30+
<a class="navbar-brand"><img src="https://pab47.github.io/RAMlab-logo.png" width="89" height="50" alt="RAM Lab Logo" /></a>
3131
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
3232
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3333
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)