Skip to content

Commit

Permalink
update event api url
Browse files Browse the repository at this point in the history
  • Loading branch information
kayacekovic committed May 17, 2024
1 parent 8f175f9 commit f3f4f0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
Organizatörler
</a>
</div>
<a target="_blank" href="https://kommunity.com/saastanbul/events/saastanbul-growth-80f15341/tickets"
<a target="_blank" href="https://kommunity.com/saastanbul/events/saastanbul-generative-ai-f9c77c5e/tickets"
class="lg:inline-block hidden rounded-lg py-2 px-6 text-base text-main-900 border border-sea-200 font-medium"
style="background: linear-gradient(90deg, #F1FCFF 0%, #EFFFFD 100%); box-shadow: 0px 1px 3px rgba(238, 255, 254, 0.25), 0px 0.5px 0.5px rgba(238, 255, 254, 0.25)">
Bilet satın al
Expand Down Expand Up @@ -346,7 +346,7 @@
Organizatörler
</a>
</div>
<a href="https://kommunity.com/saastanbul/events/saastanbul-growth-80f15341/tickets"
<a href="https://kommunity.com/saastanbul/events/saastanbul-generative-ai-f9c77c5e/tickets"
class="mt-10 block rounded-lg py-3 text-xl text-main-900 text-center tracking-secondary border border-sea-200 font-medium"
style="background: linear-gradient(90deg, #F1FCFF 0%, #EFFFFD 100%); box-shadow: 0px 1px 3px rgba(238, 255, 254, 0.25), 0px 0.5px 0.5px rgba(238, 255, 254, 0.25)">
Bilet satın al
Expand Down Expand Up @@ -570,7 +570,7 @@ <h2 class="text-center">Biletler</h2>
class="lg:text-5xl text-2xl lg:leading-[60px] text-main-0 lg:font-semibold font-medium lg:tracking-secondary tracking-primary">
750 TL
</div>
<a href="https://kommunity.com/saastanbul/events/saastanbul-growth-80f15341/tickets" target=""
<a href="https://kommunity.com/saastanbul/events/saastanbul-generative-ai-f9c77c5e/tickets" target=""
class="mt-5 lg:block hidden bg-main-0 rounded-lg py-2 text-base text-main-900 text-center font-medium tracking-primary"
style="box-shadow: 0px 1px 3px rgba(238, 255, 254, 0.25), 0px 0.5px 0.5px rgba(238, 255, 254, 0.25), inset 0px 0.5px 0.5px #EEFFFE, inset 0px 0.5px 0.5px #EEFFFE;">
Satın al
Expand Down Expand Up @@ -600,7 +600,7 @@ <h2 class="text-center">Biletler</h2>
<span class="flex-1">Kommunity ABD merkezli bir şirket olduğundan KDV %0'dır ve yurtdışı alındı makbuzu verilecektir</span>
</li>
</ul>
<a href="https://kommunity.com/saastanbul/events/saastanbul-growth-80f15341/tickets"
<a href="https://kommunity.com/saastanbul/events/saastanbul-generative-ai-f9c77c5e/tickets"
class="mt-6 lg:hidden block w-full bg-main-0 rounded-lg py-2 text-base text-main-900 text-center font-medium tracking-primary"
style="box-shadow: 0px 1px 3px rgba(238, 255, 254, 0.25), 0px 0.5px 0.5px rgba(238, 255, 254, 0.25), inset 0px 0.5px 0.5px #EEFFFE, inset 0px 0.5px 0.5px #EEFFFE;">
Satın al
Expand Down Expand Up @@ -1196,7 +1196,7 @@ <h3 class="title">Burak Su</h3>
},
methods: {
fetch: function () {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-growth-80f15341?key=hhdnst").then(response => {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-generative-ai-f9c77c5e?key=hhdnst").then(response => {
this.speakers = response.data.data.speakers;

const groupedSessions = [];
Expand Down
2 changes: 1 addition & 1 deletion schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h2 class="lg:text-left text-center">Etkinlik Programı</h2>
},
methods: {
fetch: function () {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-growth-80f15341?key=hhdnst").then(response => {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-generative-ai-f9c77c5e?key=hhdnst").then(response => {
this.speakers = response.data.data.speakers;

const groupedSessions = [];
Expand Down

0 comments on commit f3f4f0b

Please sign in to comment.