From 201d47672088546f88147f9cbd3f623e6c21c88f Mon Sep 17 00:00:00 2001
From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Date: Fri, 10 Nov 2023 10:00:58 +0530
Subject: [PATCH] chore: Add meta viewport tag to public portal (#8335)
---
app/views/layouts/portal.html.erb | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/views/layouts/portal.html.erb b/app/views/layouts/portal.html.erb
index 611aab22c..b6ec6d435 100644
--- a/app/views/layouts/portal.html.erb
+++ b/app/views/layouts/portal.html.erb
@@ -18,6 +18,7 @@ By default, it renders:
+
<%= javascript_pack_tag 'portal' %>
<%= stylesheet_pack_tag 'portal' %>
<%= csrf_meta_tags %>