Skip to content

Commit

Permalink
enables alternatives links
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBSD committed Nov 12, 2023
1 parent 46866ae commit 2077e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2 class="sr-only" id="section-2-title">التفاصيل</h2>
class="group relative bg-white focus-within:ring-2 focus-within:ring-inset focus-within:ring-indigo-500">
<div class="mt-8">
<h3 class="text-base font-semibold leading-6 text-gray-900">
<a href="#" class="focus:outline-none">
<a x-bind:href="alternative.link"class="focus:outline-none">
<span class="absolute inset-0" aria-hidden="true"></span>
<span x-text="alternative.name"></span>
</a>
Expand Down Expand Up @@ -237,7 +237,6 @@ <h3 class="text-base font-semibold leading-6 text-gray-900">
return this.companiesAndServices.filter(company => this.deepSearch(company, this.searchTerm));
},
fetchData() {
// fetch('https://poykott.dj4fer.repl.co/data.json')
fetch('https://raw.githubusercontent.com/TheBSD/poykott/main/israel-companies-services.json')
.then(response => response.json())
.then(data => {
Expand Down
2 changes: 1 addition & 1 deletion israel-companies-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
"name": "khamsat",
"description": "",
"link": "",
"link": "https://khamsat.com",
"logo": "",
"notes": ""
}
Expand Down

0 comments on commit 2077e00

Please sign in to comment.