Skip to content

Commit

Permalink
Reactor usability tests.
Browse files Browse the repository at this point in the history
Co-authored-by: Wen <yi.wen@getgamba.com>
Co-authored-by: WenYi <wenyi@giftedwork.jp>
  • Loading branch information
3 people committed May 3, 2024
1 parent cbcff7d commit bc81eee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
</head>

Expand Down
1 change: 0 additions & 1 deletion web/app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* Email styles need to be inline */
</style>
</head>

<body>
<%= yield %>
</body>
Expand Down

1 comment on commit bc81eee

@fullstackdev48
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for style.

Please sign in to comment.