Dodanie title 2/2, Poprawki w ładowaniu map Google, poprwka w linach modal dla title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import IframeChannelSwitcher from "../../islands/ChannelSwitcher.jsx";
|
||||
import ChannelSwitcher from "../../islands/ChannelSwitcher.jsx";
|
||||
|
||||
const { section } = Astro.props;
|
||||
---
|
||||
@@ -14,7 +14,7 @@ const { section } = Astro.props;
|
||||
<div class="fuz-markdown mb-10" set:html={section.html} />
|
||||
)}
|
||||
|
||||
<IframeChannelSwitcher client:load sets={section.iframe_sets} />
|
||||
<ChannelSwitcher client:load sets={section.iframe_sets} title={section.title} />
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user