Skip to content

Commit

Permalink
別タブで開く
Browse files Browse the repository at this point in the history
  • Loading branch information
e-ikuta committed May 13, 2024
1 parent a504af0 commit 3e93706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/static/top.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<%= I18n.t('application.intro') %>
</div>
<div class="mb-4 space-y-2">
<p><a href="<%= @event.event_theme.site_url %>" class="text-blue-600 dark:text-blue-500 hover:underline">Official Site</a></p>
<p><a href="https://twitter.com/rubykaigi" class="text-blue-600 dark:text-blue-500 hover:underline">X</a></p>
<p><a href="https://smarthr.co.jp/" class="text-blue-600 dark:text-blue-500 hover:underline">SmartHR</a></p>
<p><a href="<%= @event.event_theme.site_url %>" target="_blank" class="text-blue-600 dark:text-blue-500 hover:underline">Official Site</a></p>
<p><a href="https://twitter.com/rubykaigi" target="_blank" class="text-blue-600 dark:text-blue-500 hover:underline">X</a></p>
<p><a href="https://smarthr.co.jp/" target="_blank" class="text-blue-600 dark:text-blue-500 hover:underline">SmartHR</a></p>
</div>
<div>
This website is made with Rails7, Hotwire and TailwindCSS
Expand Down

0 comments on commit 3e93706

Please sign in to comment.