Skip to content

Commit

Permalink
Replace example profile with more reliable source
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 11, 2023
1 parent 1fb684e commit 69108e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nationalarchives/components/profile/template.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- set containerClasses = [params.classes] if params.classes else [] -%}
<div class="tna-profile tna-container {{ containerClasses | join(' ') }}"{% for attribute, value in params.attributes %} {{ attribute }}="{{ value }}"{% endfor %}>
<div class="tna-column tna-column--order-2">
<img src="https://avatar.iran.liara.run/public/68" width="200" height="200" alt="Photo of Max Smith" />
<img src="https://picsum.photos/id/237/480/480" width="480" height="480" alt="Photo of Max Smith" />
</div>
<div class="tna-column tna-column--flex-1 tna-column--full-small tna-column--full-tiny tna-column--order-1 tna-column--order-3-small tna-column--order-3-tiny">
<hgroup class="tna-hgroup tna-hgroup--xl">
Expand Down

0 comments on commit 69108e4

Please sign in to comment.