We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cb642 commit 9120801Copy full SHA for 9120801
index.html
@@ -38,7 +38,9 @@ <h2>🚀 Featured Work</h2>
38
<div class="card">
39
<h3>GitHub Contributions</h3>
40
<p>Explore my latest projects and open-source work on GitHub.</p>
41
- <a href="https://github.com/CoderInWaves" target="_blank" rel="noopener noreferrer" class="btn btn-primary">View GitHub</a>
+ <div class="card-actions">
42
+ <a href="https://github.com/CoderInWaves" target="_blank" rel="noopener noreferrer" class="btn btn-accent">View GitHub</a>
43
+ </div>
44
</div>
45
</section>
46
</main>
0 commit comments