Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkolos committed Jun 6, 2024
2 parents f41ebe8 + e9a5778 commit 4df3e84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 36 deletions.
4 changes: 1 addition & 3 deletions pages/search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<span>Aplikace pro Android</span>
</BasicClickable>
<BasicClickable
href="https://apps.apple.com/cz/developer/it2go-s-r-o/id1609756263"
href="https://apps.apple.com/us/app/id6502984934"
class="list-item"
>
<BasicIcon name="ios" class="list-icon" />
Expand Down Expand Up @@ -178,7 +178,6 @@ import FilterRow from './components/FilterRow';
import AuthorsList from './components/AuthorsList';
import Filters from './components/Filters';
import InitFilters from './components/InitFilters';
import AppLinks from './components/AppLinks';
import Logo from './components/Logo';
import SearchBox from './components/SearchBox';
import StickyContainer from './components/StickyContainer';
Expand Down Expand Up @@ -314,7 +313,6 @@ export default {
components: {
Logo,
AppLinks,
SongsList,
AuthorsList,
Filters,
Expand Down
28 changes: 0 additions & 28 deletions pages/search/components/AppLinks.vue

This file was deleted.

2 changes: 1 addition & 1 deletion public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"details": [
{
"appIDs": [
"FQHP4NZDDV.cz.proscholy.id.Zpevnik"
"VD9XG6DDWU.cce.glowspace.evangelicky-zpevnik"
],
"components": [
{
Expand Down
7 changes: 3 additions & 4 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "jozkar.mladez",
"sha256_cert_fingerprints": [
"D1:C7:57:07:BB:E5:3A:0B:6C:EE:AF:0E:77:8E:BF:B3:E6:FC:A9:E4:9C:F3:8D:1A:76:D9:2B:93:E9:FF:04:6B"
]
"package_name": "cce.evangelicky_zpevnik",
"sha256_cert_fingerprints":
["6E:92:E0:1F:42:06:E3:0E:A7:87:8A:7E:87:C6:AE:B2:8C:63:34:74:EE:C3:E2:1B:8A:CF:8B:DD:9D:96:7A:36"]
}
}
]

0 comments on commit 4df3e84

Please sign in to comment.