Skip to content

Commit

Permalink
Update AiTalks Eps 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin authored Feb 23, 2022
1 parent 03e1538 commit 08c2735
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions components/ButtonAiTalks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const ButtonZoom = () => {
<MotionBox mt="1">
<Skeleton isLoaded={showSkelton}>
<Image
alt="AiTalks : Episode 1"
src="/assets/images/AiTalksEps1.jpg?webp"
fallbackSrc="/assets/images/AiTalksEps1.jpg?lqip"
alt="AiTalks : Episode 2"
src="/assets/images/AiTalksEps2.jpg?webp"
fallbackSrc="/assets/images/AiTalksEps2.png?lqip"
loading='lazy'
maxH={{ base: "70vh", lg: "75vh" }}
mx="auto"
Expand Down
4 changes: 2 additions & 2 deletions pages/AiTalks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const AiTalks = () => {
position="relative"
>
<Heading fontSize={{ base: "2xl", lg: "3xl" }}>
AI TALKS - Episode 1
AI TALKS - Episode 2
</Heading>

<Divider mt="2" mb="4" />
Expand All @@ -47,7 +47,7 @@ const AiTalks = () => {
</Heading>
<Box width="100%" h={{ base: "65vh", md: "75vh" }} id="Forms">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfJQRZw4UJxRlKxwu9XF_4xesgNmfHNdiqOEPm0v9prZLzw2Q/viewform?embedded=true"
src="https://docs.google.com/forms/d/e/1FAIpQLSck3YP3hv0s1Qs3_Pcoq1IRE5VnzmwhRMJZAOM2qf7nzs0IoQ/viewform?embedded=true"
width="100%"
height="100%"
>Loading…</iframe>
Expand Down
Binary file added public/assets/images/AiTalksEps2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08c2735

Please sign in to comment.