Skip to content

Commit

Permalink
simple text on event description
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Dec 8, 2022
1 parent fc58ed1 commit fb962a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/rauversion_web/live/events_live/components/event_speakers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ defmodule RauversionWeb.EventsLive.EventSpeakers do
<% end %>
</h3>
<p class="mt-1 text-base tracking-tight text-slate-500 dark:text-slate-300">
<div class="mt-1 text-base tracking-tight text-slate-500 dark:text-slate-300">
<%= SimplexFormat.text_to_html(performer.description, auto_link: true) %>
</p>
</div>
</div>
<% end %>
Expand All @@ -184,9 +184,9 @@ defmodule RauversionWeb.EventsLive.EventSpeakers do
<h2 class="font-display text-4xl font-medium tracking-tighter text-brand-600 sm:text-5xl">
<%= @event.event_settings.scheduling_label %>
</h2>
<p class="mt-4 font-display text-2xl tracking-tight text-brand-100">
<%= @event.event_settings.scheduling_description %>
</p>
<div class="mt-4 font-display text-2xl tracking-tight text-brand-100">
<%= SimplexFormat.text_to_html(@event.event_settings.scheduling_description, auto_link: true) %>
</div>
</div>
</div>
Expand Down

0 comments on commit fb962a3

Please sign in to comment.