Skip to content

Commit

Permalink
remove old reference to "boids"
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Dec 9, 2024
1 parent cc5c07f commit 46c9517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imaginative_restoration_web/live/app_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule ImaginativeRestorationWeb.AppLive do
<div class="relative flex items-center justify-center size-full">
<div class="w-full max-w-[calc(100vh*4/3)] aspect-[4/3]">
<div class="relative w-full h-full">
<canvas id="boid-canvas" phx-hook="SketchCanvas" class="w-full h-full object-contain">
<canvas id="sketch-canvas" phx-hook="SketchCanvas" class="w-full h-full object-contain">
</canvas>
</div>
<div :if={@capture} class="absolute top-8 left-8 flex gap-8 h-[200px] backdrop-blur-md">
Expand Down

0 comments on commit 46c9517

Please sign in to comment.