Skip to content

Commit

Permalink
Update placeholder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 authored Dec 19, 2024
1 parent ee862e1 commit 79e997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion placeholder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ROOT_DIR="_build/html"
SEARCH_STRING="vnd.jupyter.widget-view+json"

# Replacement line
REPLACEMENT_STRING='<img style="display: block; margin: auto; width: 50%;" src="../../jdaviz_placeholder_new.png">'
REPLACEMENT_STRING='<img style="display: block; margin: auto; width: 50%;" src="../../../jdaviz_placeholder_new.png">'

# Function to replace lines in a file
replace_lines_in_file() {
Expand Down

0 comments on commit 79e997b

Please sign in to comment.