summaryrefslogtreecommitdiff
path: root/internal/ascii/render.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ascii/render.go')
-rw-r--r--internal/ascii/render.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ascii/render.go b/internal/ascii/render.go
index eb41dd1..45d4c32 100644
--- a/internal/ascii/render.go
+++ b/internal/ascii/render.go
@@ -5,7 +5,7 @@
package ascii
import (
- "github.com/charmbracelet/lipgloss"
+ "charm.land/lipgloss/v2"
)
// RenderNumber renders a string of digits as ASCII art using the specified font.