Skip to content

Commit

Permalink
changed title_label instead of title
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Jul 17, 2024
1 parent bed5458 commit 613612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkmarek/video/slides/episode3/ceremony_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def construct(self):
self.arrows_g2 = self.generate_arrows(self.vec_g2)
self.pairing1.next_to(self.vec_g2, DOWN, buff=0.5)
self.pairing2.next_to(self.vec_g2, DOWN, buff=0.5)
self.vector_k.next_to(self.title, DOWN, buff=0.8)
self.vector_k.next_to(self.title_label, DOWN, buff=0.8)

def animate_in(self, scene):
self.new_subsection(scene, "intro to verification", "data/sound/episode3/slide6-0.mp3")
Expand Down

0 comments on commit 613612c

Please sign in to comment.