Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:xi-effect/xi.app into 40177321
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownproperty committed Oct 28, 2024
2 parents ee55ef0 + e3fd14a commit bc15cc1
Show file tree
Hide file tree
Showing 50 changed files with 10,950 additions and 11,020 deletions.
2 changes: 1 addition & 1 deletion apps/xi.front/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<html
lang="en"
suppressHydrationWarning
className={`${inter.variable} ${markerHand.variable} text-[16px]`}
className={`${inter.variable} ${markerHand.variable} text-[16px] font-sans`}
>
<body className="overflow-hidden bg-gray-0">
{process.env.NODE_ENV === 'production' && (
Expand Down
2 changes: 1 addition & 1 deletion apps/xi.front/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
1 change: 1 addition & 0 deletions apps/xi.front/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const nextConfig = {
'@xipkg/file',
'@xipkg/tooltip',
'@xipkg/breadcrumbs',
'@xipkg/sheet',
],
compiler: {
removeConsole: process.env.NODE_ENV !== 'development',
Expand Down
2 changes: 1 addition & 1 deletion apps/xi.front/public/sw.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/xi.front/public/sw.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/xi.front/public/workbox-495fd258.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/xi.front/public/workbox-495fd258.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/xi.front/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
theme: {
extend: {
fontFamily: {
sans: ['var(--font-inter)', 'sans-serif'],
'marker-hand': ['var(--font-marker-hand)'],
},
},
Expand Down
Loading

0 comments on commit bc15cc1

Please sign in to comment.