Skip to content

Commit 96b469b

Browse files
Update hexsticker.R
1 parent 2b2980d commit 96b469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/hextools/hexsticker.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ showtext_auto()
1313
project_root <- here::here()
1414

1515
# https://www.flaticon.com/free-icon/suit_1355137
16-
image <- image_read(file.path(project_root, "hextools", "suit.png"))
16+
image <- image_read(file.path(project_root, "inst", "hextools", "suit.png"))
1717
manual_logo_path <- file.path(project_root, "man", "figures", "logo.png")
1818
color_font <- "#b3c9e5"
1919

0 commit comments

Comments
 (0)