Skip to content

Commit

Permalink
Blen.update: update the advisor button
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Jul 19, 2024
1 parent e1b21e7 commit 90de570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/hacks-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
<div class="square" id="sq9"></div>
</div>
</app-root>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.556b938cec93031b.js" type="module"></script></body>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.b8efe82925488e2a.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1 class="font-bold text-transparent bg-gradient-to-r from-indigo-600 to-pink-5
class="text-sm rounded-full px-8 py-3 text-white transition-all bg-purple-500 cursor-pointer ease-out duration-300 hover:bg-gradient-to-r from-purple-700 to-pink-500"
>

<span >Be mentor/advisor</span>
<span >Be an advisor</span>
</button>
<!-- <button
(click)="shareImage()"
Expand Down

0 comments on commit 90de570

Please sign in to comment.