Skip to content

Commit

Permalink
format updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iansseijelly committed Dec 12, 2023
1 parent db42fc5 commit d1417dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
if (url.includes("askjerry")) {
document.getElementById("chooseHeader").innerHTML = '<img src="AskJerry_cropped.png" class="img-fluid mb-4" alt="Responsive image">';
} else {
document.getElementById("chooseHeader").innerHTML = '<img src="https://bar.eecs.berkeley.edu/images/logo.png" class="img-fluid mb-4" alt="Responsive image">';
document.getElementById("chooseHeader").innerHTML = '<img src="https://bar.eecs.berkeley.edu/images/logo.png" class="img-fluid mt-5 mb-5" alt="Responsive image">';
}
// TODO: add GH-issues, add mailing lists
var projects = [
Expand Down

0 comments on commit d1417dd

Please sign in to comment.