Skip to content

Commit 38f26af

Browse files
committed
Update HTML and SVG files for ClassIsland Hub
1 parent d6fee50 commit 38f26af

File tree

4 files changed

+34
-7
lines changed

4 files changed

+34
-7
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<link rel="icon" href="/favicon.ico">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Vite App</title>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>ClassIsland Hub</title>
88
</head>
99
<body>
1010
<div id="app"></div>

public/favicon.ico

64.4 KB
Binary file not shown.

src/assets/logo.svg

+28-1
Loading

src/views/HomeView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const getFileName = (path: string) => {
2929

3030
<template>
3131
<h1>ClassIsland Hub</h1>
32-
<Waterfall :list="imageList" :column-width="200" :gutter="16">
32+
<Waterfall :list="imageList" :width="320" :gutter="16">
3333
<template #default="{ item }">
3434
<div class="image-wrapper">
3535
<LazyImg :url="item" alt="Image" />

0 commit comments

Comments
 (0)