diff --git a/app/views/_tailwind/application/_html_head.html.erb b/app/views/_tailwind/application/_html_head.html.erb
index 29f551b4e..7d8394101 100644
--- a/app/views/_tailwind/application/_html_head.html.erb
+++ b/app/views/_tailwind/application/_html_head.html.erb
@@ -8,7 +8,7 @@
<%= stylesheet_link_tag "tailwind", "data-turbo-track": "reload" %>
-<%# TODO: Only load the font weights that we're actually using so that this is faster %>
+<%# TODO: #1769 Only load the font weights that we're actually using so that this is faster %>
<%= javascript_include_tag "https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js", defer: true %>
<%= javascript_include_tag "tailwind/application" %>