Skip to content

Commit

Permalink
✔ Fix Gambar Icon ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Dec 22, 2023
1 parent ebdb408 commit cccf7ef
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fansubid/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.e27249c1331735f4.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.133bc6c7ab5e3ec9.js" type="module"></script>
<script src="runtime.6dbc6f1a9935eb0e.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.133bc6c7ab5e3ec9.js" type="module"></script>


</body></html>
12 changes: 6 additions & 6 deletions dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1703220591904,
"timestamp": 1703239422465,
"index": "/index.html",
"assetGroups": [
{
Expand Down Expand Up @@ -28,7 +28,7 @@
"/58.b96493ff0355f14f.js",
"/580.4899b709a84cef48.js",
"/628.b8bdb826fd1c3eac.js",
"/635.c9ccea31f2d33490.js",
"/635.64103477dc80d497.js",
"/650.37453a8a19e9c5c9.js",
"/734.a7c5f1fb491aa512.js",
"/750.1935970b399a83d9.js",
Expand All @@ -45,7 +45,7 @@
"/main.133bc6c7ab5e3ec9.js",
"/manifest.webmanifest",
"/polyfills.bbae203fdd01cf64.js",
"/runtime.e27249c1331735f4.js",
"/runtime.6dbc6f1a9935eb0e.js",
"/scripts.25bb5de51afc8a05.js",
"/styles.42ba4bdc16b8e6eb.css"
],
Expand Down Expand Up @@ -103,7 +103,7 @@
"/58.b96493ff0355f14f.js": "33225d8d0cb89517168159125151fcb59f5a8d5a",
"/580.4899b709a84cef48.js": "8b0246c42d5a51b0502eaf0a7d0d8e6a7097bb11",
"/628.b8bdb826fd1c3eac.js": "e88618cc4f1fa66b5ca8a58bfc24bef828469321",
"/635.c9ccea31f2d33490.js": "c0b1aab4c398c685d56a009a23a41e776b2baefe",
"/635.64103477dc80d497.js": "e91a524c18b13e05ea8af240a42206e5cfa03578",
"/650.37453a8a19e9c5c9.js": "b9fcdbb5c878b941427a25a4cf9c883324e31dce",
"/734.a7c5f1fb491aa512.js": "84e5859780d38aba5e11c104461fde2f805504d1",
"/750.1935970b399a83d9.js": "d5a99cc962ab6ea65d694f2dcfe8f60a5b50264d",
Expand All @@ -116,11 +116,11 @@
"/960.1e1fe3434266e9a4.js": "c649bd883373fc66f7e2781d27054b5da57413a3",
"/common.698fd424c1ae0657.js": "46b346a739b76049a55c209a473d9bbdd6c4568f",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "bd9aeb47ac52ac85c0f65155c4cc3d74ec5e4f94",
"/index.html": "bc1d8433eab58180e1cbd8b6faf003dfdd26cddb",
"/main.133bc6c7ab5e3ec9.js": "8a23c1f1870815e1442e3605329023c66c56c8a6",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.bbae203fdd01cf64.js": "a59f17cf29cb649f708d7ec7aa6b7247712859e1",
"/runtime.e27249c1331735f4.js": "231839c87a77ec87ba38184d7aab3c43cdb4e11a",
"/runtime.6dbc6f1a9935eb0e.js": "dcf93fca67178f08d2dab465fd19347ee8282fec",
"/scripts.25bb5de51afc8a05.js": "61d71afde3d3c58daff9d6801601386596732294",
"/styles.42ba4bdc16b8e6eb.css": "907626806a39a9a82712353a7576e277e46d03ab"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2 class="border-bottom-dotted">
</div>
<div class="col-12 text-center" *ngIf="AS.currentUserSubject?.value">
<a href="{{ i.url }}" class="m-1" target="_blank" mat-stroked-button color="accent" *ngFor="let i of berkasData.download_url">
<img src="{{ getIconFromUrl(i.url) }}" height="24px" class="me-1" />
<img src="{{ getIconFromUrl(i.url) }}" width="24px" height="24px" class="me-1" style="object-fit: cover;" />
{{ i.name }}
</a>
</div>
Expand Down

0 comments on commit cccf7ef

Please sign in to comment.