We won't need this now that we have a playground account

This commit is contained in:
Jason Zimdars
2025-11-03 12:53:01 -06:00
parent 9cd8d2fbf4
commit 9ca4d17a03
3 changed files with 0 additions and 22 deletions
-11
View File
@@ -225,17 +225,6 @@
text-align: center;
}
.events__welcome-video {
.events:has(.day-timeline-pagination-link) + & {
display: none !important;
}
iframe {
aspect-ratio: 16 / 9;
inline-size: 100%;
}
}
/* Event
/* ------------------------------------------------------------------------ */
-10
View File
@@ -23,13 +23,3 @@
<%= day_timeline_pagination_link(@day_timeline, @filter) %>
<% end %>
<% end %>
<div class="events__welcome-video flex justify-center">
<iframe
frameborder="0"
src="https://www.youtube.com/embed/kAgUQbD9Wc0?si=IIjKjUIk5PchL0-a"
title="BOXCAR Beta orientation"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen></iframe>
</div>
-1
View File
@@ -1,5 +1,4 @@
<%= collapsible_nav_section "Jump to…" do %>
<%= filter_place_menu_item "https://www.youtube.com/watch?v=rNKRdk7DLHM", "BOXCAR beta orientation", "youtube", new_window: true %>
<%= filter_place_menu_item account_settings_path, "Account Settings", "settings" %>
<%= filter_place_menu_item user_path(Current.user), "My Profile", "person" %>
<%= filter_place_menu_item notifications_path, "Notifications", "bell" %>