Skip to content

Commit

Permalink
feat: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gsbenevides2 committed Nov 25, 2024
2 parents 6df07dd + 1654f77 commit 965c7b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $_app from "./routes/_app.tsx";
import type { Manifest } from "$fresh/server.ts";
import * as $MenuInstitutionalMobile from "./islands/MenuInstitutionalMobile.tsx";
import * as $MinicartFooter from "./islands/MinicartFooter.tsx";
import * as $Notify from "./islands/Notify.tsx";
import * as $ScrollButton from "./islands/ScrollButton.tsx";
import type { Manifest } from "$fresh/server.ts";
import * as $_app from "./routes/_app.tsx";

const manifest = {
routes: {
Expand Down
3 changes: 3 additions & 0 deletions static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -4740,6 +4740,9 @@ details.collapse summary::-webkit-details-marker {
.rounded-none {
border-radius: 0px;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded-b-\[5px\] {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
Expand Down

0 comments on commit 965c7b2

Please sign in to comment.