Skip to content

Commit fe66887

Browse files
authored
Merge pull request #251 from pathsim/feature/consulting-link
Replace sponsor with consulting link in welcome modal
2 parents 8a33d24 + 393b0c9 commit fe66887

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/components/WelcomeModal.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
<span class="action-label">Issue</span>
9898
</a>
9999

100-
<a href="https://github.com/sponsors/milanofthe" target="_blank" class="action-card">
101-
<Icon name="heart" size={20} />
102-
<span class="action-label">Sponsor</span>
100+
<a href="https://milanrother.com/#services" target="_blank" class="action-card">
101+
<Icon name="activity" size={20} />
102+
<span class="action-label">Consulting</span>
103103
</a>
104104
</div>
105105

0 commit comments

Comments
 (0)