Skip to content

Commit

Permalink
Update deploy workflow and main navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 23, 2024
1 parent c892a1d commit 2c33fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Next.js to EC2
name: Deploy App to EC2

on:
push:
Expand All @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function MainNav({ data }: { data: MainConfig }) {
<div className="flex items-center gap-4">
<Image src="/logo/logo-min.svg" alt="" width={24} height={24} />
<Text variant="headingSmSpaced" as="span" color="inherit">
D4D ASSAM
D4D ASSAM: DISTRICT DASHBOARD
</Text>
</div>
</Link>
Expand Down

0 comments on commit 2c33fd6

Please sign in to comment.