chore: update html and deploy script c6a5fa03
Steve · 2025-09-21 10:19 2 file(s) · +6 −2
scripts/deploy-site.ts +4 −0
16 16
		`<script src="components/connect-wallet.js"></script>`,
17 17
	)
18 18
	.replace(
19 +
		`<script src="../src/components/contract-call.js"></script>`,
20 +
		`<script src="components/contract-call.js"></script>`,
21 +
	)
22 +
	.replace(
19 23
		`<link rel="stylesheet" href="tailwindcss" />`,
20 24
		`<link rel="stylesheet" href="output.css" />`,
21 25
	);
site/index.html +2 −2
28 28
    <meta name="twitter:image" content="/og.png">
29 29
</head>
30 30
<body class="bg-[#121113] text-white font-mono min-h-screen w-full flex flex-col items-center justify-start">
31 -
  <main class="flex items-center flex-col py-8">
31 +
  <main class="flex items-center flex-col mt-8 mb-24">
32 32
  <div class="flex flex-col items-center gap-4 mb-8 max-w-[300px]">
33 33
    <img src="logo.svg" alt="norns logo" class="w-40 h-40" />
34 34
    <h1 class="text-5xl">norns</h1>
38 38
      stevedylandev/norns
39 39
    </a>
40 40
  </div>
41 -
  <div class="flex flex-col items-start gap-8">
41 +
  <div class="flex flex-col items-start gap-16">
42 42
    <div class="flex flex-col items-start gap-4">
43 43
      <div class="border border-white rounded-md sm:w-[400px] sm:h-[400px] h-[300px] w-[300px] flex items-center justify-center">
44 44
        <connect-wallet