Skip to content

Commit

Permalink
basic placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 5, 2024
1 parent 28f78d5 commit 4b1a3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello World!';
return 'Hello Blue Coast Carbon Tool!';
}
}
5 changes: 2 additions & 3 deletions client/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ export default function Home() {
/>
<ol className="list-inside list-decimal text-sm text-center sm:text-left font-[family-name:var(--font-geist-mono)]">
<li className="mb-2">
Get started by editing{" "}
Placeholder for{" "}
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold">
app/page.tsx
Blue Carbon Cost Tool
</code>
.
</li>
<li>Save and see your changes instantly.</li>
</ol>

<div className="flex gap-4 items-center flex-col sm:flex-row">
Expand Down

0 comments on commit 4b1a3a4

Please sign in to comment.