Skip to content

Commit

Permalink
☀︎
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne committed Feb 16, 2024
1 parent 603d6ea commit 86b9d6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const Shell = () => {
return (
<div className="p-1 h-full text-white font-mono">
<div className="mb-3">
<p>Nani Intents Shell {"[ Version 0.0.1 ]"}</p>
<p>(c) 2023 Nani Kotoba LLC. All rights reserved.</p>
<p>Nani Intents Shell {"[ Version 1.0.0 ]"}</p>
<p>(c) 2024 Nani Kotoba DAO LLC. All rights reserved.</p>
{chain && <p>Connected to {chain.name}.</p>}
</div>
<div>
Expand Down
5 changes: 5 additions & 0 deletions ui/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
images: {
unoptimized: true,
},
trailingSlash: true,
webpack: config => {
config.resolve.fallback = { fs: false, net: false, tls: false };
return config;
Expand Down

0 comments on commit 86b9d6d

Please sign in to comment.