Skip to content

Commit

Permalink
update event slug
Browse files Browse the repository at this point in the history
  • Loading branch information
kayacekovic committed May 21, 2024
1 parent a0d8792 commit 80f905c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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-2023-101374c0/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-2023-101374c0/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 @@ -572,7 +572,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-2023-101374c0/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;">
Bilet satışı bitmiştir
Expand Down Expand Up @@ -602,7 +602,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-2023-101374c0/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 @@ -1161,7 +1161,7 @@ <h3 class="title">Burak Su</h3>
},
methods: {
fetch: function () {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-2023-101374c0").then(response => {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-generative-ai-f9c77c5e").then(response => {
this.speakers = response.data.data.speakers;

const groupedSessions = [];
Expand Down
4 changes: 2 additions & 2 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
Organizatörler
</a>
</div>
<a href="https://kommunity.com/saastanbul/events/saastanbul-2023-101374c0/tickets" target="_blank"
<a href="https://kommunity.com/saastanbul/events/saastanbul-generative-ai-f9c77c5e/tickets" target="_blank"
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 @@ -477,7 +477,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-2023-101374c0").then(response => {
axios.get("https://api.kommunity.com/api/v3/saastanbul/events/saastanbul-generative-ai-f9c77c5e").then(response => {
this.speakers = response.data.data.speakers;

const groupedSessions = [];
Expand Down

0 comments on commit 80f905c

Please sign in to comment.