Skip to content

Commit dde67fc

Browse files
committed
PR feedback, rename example image
1 parent 8051a36 commit dde67fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ alias shell := console
191191
fi
192192

193193
if echo {{VALID_BUCKETS}} | grep -q -w '{{BUCKET}}'; then \
194-
aws s3 sync s3://{{BUCKET}}/static/ static/static-large/ --profile 'upload-images'; \
194+
aws s3 sync s3://{{BUCKET}}/static/ static/static-large/ --profile 'upload-images' --delete; \
195195
echo "All missing or outdated static items synced."; \
196196
else \
197197
echo "Bucket name invalid."; \

templates/v3/examples/_v3_example_section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ <h3>{{ section_title }}</h3>
726726
<div class="v3-examples-section__block" id="{{ section_title|slugify }}">
727727
<h3>{{ section_title }}</h3>
728728
<div class="v3-examples-section__example-box">
729-
<img src="{% large_static 'img/v3/learn-page/Learn_Octopus.png' %}" alt="Large Media Example" />
729+
<img src="{% large_static 'img/v3/learn-page/learn_octopus.png' %}" alt="Large Media Example" />
730730
</div>
731731
</div>
732732
{% endwith %}

0 commit comments

Comments
 (0)