Skip to content

Commit

Permalink
Merge pull request #12 from offiongbassey/ft/deployment
Browse files Browse the repository at this point in the history
Ft/deployment
  • Loading branch information
offiongbassey authored Sep 30, 2024
2 parents aa364d1 + 5294ca2 commit e4e7d98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
push:
branches:
- develop
pull_request:
branches:
- develop

jobs:
Deploy-Test:
Expand Down
16 changes: 9 additions & 7 deletions src/components/home/ProjectSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ const ProjectSection = () => {
height={100}
/>
</div>
<Button
type="button"
variant="primary"
className="hidden hover:text-black bg-black dark:hover:text-white text-white hover:bg-transparent md:block h-14 md:h-20 w-32 md:w-80"
>
Explore All
</Button>
<Link href="/projects">
<Button
type="button"
variant="primary"
className="hidden hover:text-black bg-black dark:hover:text-white text-white hover:bg-transparent md:block h-14 md:h-20 w-32 md:w-80"
>
Explore All
</Button>
</Link>
</div>
{projects.slice(0, 3).map((project, index) => (
<div
Expand Down

0 comments on commit e4e7d98

Please sign in to comment.