diff --git a/app/views/extranet/application/_head.html.erb b/app/views/extranet/application/_head.html.erb
index c3a55ff3e95176cf072c3ce8da9c46b8136bbf80..0af177f39fded6be6f11ff63ebbd2730684ed3bb 100644
--- a/app/views/extranet/application/_head.html.erb
+++ b/app/views/extranet/application/_head.html.erb
@@ -6,8 +6,9 @@
 <%= stylesheet_link_tag 'extranet', media: 'all' %>
 <link rel="stylesheet" href="<%= style_path(format: :css) %>" media="all">
 <link rel="stylesheet" href="https://example.osuny.org/assets/css/extranet.min.css" media="all">
-<% if current_extranet.favicon.representable? %>
-  <%= favicon_link_tag url_for(current_extranet.favicon.representation(:thumb)) %>
+<%# TODO: @Sebou remettre representation après update RoR 7.1.0 %>
+<% if current_extranet.favicon.variable? %>
+  <%= favicon_link_tag url_for(current_extranet.favicon.variant(:thumb)) %>
 <% else %>
   <%= favicon_link_tag 'favicon.png' %>
 <% end %>