Skip to content

Commit

Permalink
chore: Add meta viewport tag to public portal (#8335)
Browse files Browse the repository at this point in the history
  • Loading branch information
nithindavid committed Nov 10, 2023
1 parent c1a2e67 commit 201d476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/portal.html.erb
Expand Up @@ -18,6 +18,7 @@ By default, it renders:
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<meta name= "turbolinks-cache-control" content= "no-cache">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<%= javascript_pack_tag 'portal' %>
<%= stylesheet_pack_tag 'portal' %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 201d476

Please sign in to comment.