This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ossapp" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
4
4
"private" : true ,
5
5
"description" : " The Open Source App Store" ,
6
6
"author" :
" pkgx inc. <[email protected] >" ,
Original file line number Diff line number Diff line change 17
17
18
18
<section class ="overflow-hidden bg-black {clazz } {layout }" >
19
19
{#await promise }
20
- <i class ="logo icon-tea-logo-iconasset-1 text-gray text-3xl {layout } animate-pulse" />
20
+ <img
21
+ src =" /images/home-btn/State=Active.svg"
22
+ class ="logo animate-pulse grayscale {layout }"
23
+ alt =" ossapp"
24
+ />
21
25
{:then loadedImg }
22
26
<div class ="transition-all duration-500 {layout }" style ="background-image: url( {loadedImg })" >
23
27
<!-- dup image: save processing power instead of computing the blur across all the HTML layers -->
39
43
.logo {
40
44
position : absolute ;
41
45
width : 30px ;
42
- height : 30px ;
43
46
margin-left : -15px ;
44
47
}
45
48
.logo.none {
Original file line number Diff line number Diff line change 5
5
</script >
6
6
7
7
<figure class =" container flex h-full w-full flex-row justify-center bg-black bg-opacity-90 py-8" >
8
- <i class = " icon-tea-logo-iconasset-1 text-gray animate-pulse text-4xl " />
8
+ <img src = " /images/home-btn/State=Active.svg " class = " animate-pulse grayscale " alt = " ossapp " />
9
9
</figure >
10
10
11
11
<style >
You can’t perform that action at this time.
0 commit comments