Skip to content

Commit 82f13f0

Browse files
DavidBiddlechao-xian
authored andcommitted
Add TODO for footer crown SVG
1 parent cfb1d3b commit 82f13f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/layouts/application.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
<% content_for :footer do %>
1515

16+
<%# TODO: add crown SVG to footer %>
17+
<%# To do that, we'll either need an update to govuk-components to apply the crown automatically, or we can replace the component with HTML and add the crown ourselves %>
18+
1619
<% meta_links = {t("footer.accessibility_statement") => accessibility_statement_path, t("footer.cookies") => cookies_path} %>
1720
<% if @current_context.present? %>
1821
<% meta_links[t("footer.privacy_policy")] = form_privacy_path(@current_context.form.id) %>

0 commit comments

Comments
 (0)