Back btn fix
This commit is contained in:
parent
914601d80a
commit
82a175d77f
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
let back_s = document.getElementById('back-s');
|
||||||
|
back_s.onmouseenter = () => document.getElementById('pathBack').style.fill = 'lightgray';
|
||||||
|
back_s.onmouseleave = () => document.getElementById('pathBack').style.fill = '#ffffffff';
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
async function load_projects()
|
async function load_projects()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue