Skip to content

Commit 163e2c1

Browse files
committed
fix: overlay demo logos
1 parent 7b988c0 commit 163e2c1

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

components/content/overlay/index.vue

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import Background from './Background.vue';
2+
import Background from './Background.vue'
33
</script>
44

55
<template>
@@ -9,17 +9,28 @@ import Background from './Background.vue';
99
<h1>Hola</h1>
1010
</div>
1111
<div class="top-left">
12-
<a href="https://tresjs.org" class="logo">
13-
<img src="./logos/tres_logo_white.svg" alt="TresJS Logo" width="140" />
12+
<a
13+
href="https://tresjs.org"
14+
class="logo"
15+
>
16+
<img
17+
src="/logos/tres_logo_white.svg"
18+
alt="TresJS Logo"
19+
width="140"
20+
>
1421
</a>
1522
</div>
1623
<div class="bottom-left">
1724
<div style="display:flex">
1825
<div style="padding-right:20px; padding-top:5px">
19-
<img src="./logos/tres_shapes_stack_white.svg" width="25" alt="" />
26+
<img
27+
src="/logos/tres_shapes_stack_white.svg"
28+
width="25"
29+
alt=""
30+
>
2031
</div>
2132
<div>
22-
<a href="https://tresjs.org">TresJS is Vue.js + Three.js</a><br />
33+
<a href="https://tresjs.org">TresJS is Vue.js + Three.js</a><br>
2334
<a href="/">See more experiments and examples</a>
2435
</div>
2536
</div>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)