Skip to content

Commit aecb2dd

Browse files
committed
Fixed the mithril version that wouldn't install. Fixed avatar
1 parent f02bbf1 commit aecb2dd

File tree

4 files changed

+3391
-2547
lines changed

4 files changed

+3391
-2547
lines changed

assets/client.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/pages/Home.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ const Home = {
4444
m("div.row.first-row", [
4545
m("div.col", [
4646
m("img", {
47-
src: "./assets/images/avatar.jpg",
47+
src: "https://avatars.githubusercontent.com/u/12803956",
4848
width: 200,
4949
height: 200,
50-
5150
}),
5251
]),
5352
m("div.col", [

0 commit comments

Comments
 (0)