Skip to content

Commit

Permalink
fix(frontend): re-enable join community button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Nov 2, 2024
1 parent 794cc9d commit a003ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/pages/home/_parts/jumbotron.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import jumbotronImage from '~/images/jumbotron.jpg';
With a community-driven approach, DashHub continuously evolves to meet the needs of modern enterprises. Join our community today and contribute to the future of enterprise AI.
</p>
<p class="mt-8">
<a href="https://github.com/DashHub-ai/DashHub" class="bg-black text-white px-4 py-3 rounded opacity-50 cursor-not-allowed" aria-disabled="true">
Join Our Community (Coming Soon)
<a href="https://github.com/DashHub-ai/DashHub" class="bg-black text-white px-4 py-3 rounded">
Join Our Community
</a>
</p>
</div>
Expand Down

0 comments on commit a003ce9

Please sign in to comment.