Skip to content

Commit

Permalink
fix: switch to navigation component for header
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Feb 26, 2024
1 parent 82aa6ae commit dda6730
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
</calcite-modal>

<calcite-shell content-behind hidden>
<div
class="flex justify-between items-center"
slot="header"
layout="horizontal"
>
<span class="ml-5 font-bold text-xl">Utah Bikeways Map</span>
<calcite-navigation slot="header">
<calcite-navigation-logo
slot="logo"
heading="Utah Bikeways Map"
description="description text"
></calcite-navigation-logo>
<calcite-action
id="about-button"
icon="information"
text="About this map"
scale="l"
appearance="transparent"
slot="content-end"
></calcite-action>
</div>
</calcite-navigation>
<div class="w-full h-full" id="viewDiv"></div>
</calcite-shell>
</body>
Expand Down

0 comments on commit dda6730

Please sign in to comment.