created a new branch with alert functionality and added the compose files etc ..

This commit is contained in:
Siavash Sameni
2025-08-26 16:15:20 +04:00
parent 0d06090865
commit 6c4a8dfe83
13 changed files with 980 additions and 58 deletions

View File

@@ -7,6 +7,7 @@ import { ConnectButton } from '@/components/ConnectButton';
const navigation = [
{ name: 'DApp', href: '/dapp', current: false },
{ name: 'Settings', href: '/dapp?settings=1', current: false },
{ name: 'README', href: 'https://git.manko.yoga/manawenuz/mortgagefi-helper', current: false, external: true },
];