Skip to content

Commit

Permalink
show equipo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasjm committed Jul 30, 2024
1 parent bd0e897 commit 750d6b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37616,7 +37616,7 @@ function AppFrame({ children: children2 }) {
src: "assets/icons/isotipo.png",
alt: "Your Company"
}
)), /* @__PURE__ */ h("div", { class: "hidden md:block" }, /* @__PURE__ */ h("div", { class: "ml-10 flex items-baseline space-x-4" }, /* @__PURE__ */ h(
)), /* @__PURE__ */ h("div", { class: "md:block" }, /* @__PURE__ */ h("div", { class: "ml-10 flex items-baseline space-x-4" }, /* @__PURE__ */ h(
"a",
{
href: "#",
Expand All @@ -37631,7 +37631,7 @@ function AppFrame({ children: children2 }) {
class: "text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium"
},
"Equipo"
)))), /* @__PURE__ */ h("div", { class: "hidden md:block" }, /* @__PURE__ */ h("div", { class: "ml-4 flex items-center md:ml-6" }, /* @__PURE__ */ h(
)))), /* @__PURE__ */ h("div", { class: "md:block" }, /* @__PURE__ */ h("div", { class: "ml-4 flex items-center md:ml-6" }, /* @__PURE__ */ h(
"button",
{
type: "button",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Routing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function AppFrame({ children }: { children: ComponentChildren }) {
alt="Your Company"
/>
</div>
<div class="hidden md:block">
<div class="md:block">
<div class="ml-10 flex items-baseline space-x-4">
{/* <!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" --> */}
<a
Expand All @@ -65,7 +65,7 @@ function AppFrame({ children }: { children: ComponentChildren }) {
</div>
</div>
</div>
<div class="hidden md:block">
<div class="md:block">
<div class="ml-4 flex items-center md:ml-6">
<button
type="button"
Expand Down

0 comments on commit 750d6b6

Please sign in to comment.