Skip to content

Commit ec3e9fc

Browse files
committed
feat: Update CTA component and documentation link for PRiority
- Changed the CTA component's tweet link to direct users to the PRiority GitHub repository instead of the landing page. - Added the repository link in the documentation section of CLAUDE.md for better visibility. These updates aim to enhance user engagement and provide clearer access to the project's repository.
1 parent e1a737d commit ec3e9fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This is an **Astro-based landing page** for PRiority, a GitHub issue funding pla
3535

3636
### Deployment
3737

38+
- **Repository**: `https://github.com/gunta/PRiority`
3839
- Configured for **GitHub Pages** deployment at `https://gunta.github.io/PRiority`
3940
- Site and base URLs are configured in `astro.config.mjs`
4041
- Uses GitHub Actions for automated deployment (workflow not visible in current structure)

src/components/CTA.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535
</div>
3636

37-
<a href="https://twitter.com/intent/tweet?text=Hey%20%40gunta85%2C%20I%20want%20PRiority%20to%20exist!%20%F0%9F%9A%80%0A%0AThis%20would%20be%20game-changing%3A%0A%E2%80%A2%20AI-estimated%20GitHub%20issue%20funding%0A%E2%80%A2%20Zero%20infrastructure%20for%20maintainers%0A%E2%80%A2%20Sustainable%20open%20source%20economics%0A%E2%80%A2%20One-click%20Stripe%20payments%0A%0APlease%20build%20this%20-%20the%20ecosystem%20needs%20it!%20%F0%9F%92%B0%F0%9F%A4%96&url=https://gunta.github.io/PRiority"
37+
<a href="https://twitter.com/intent/tweet?text=Hey%20%40gunta85%2C%20I%20want%20PRiority%20to%20exist!%20%F0%9F%9A%80%0A%0AThis%20would%20be%20game-changing%3A%0A%E2%80%A2%20AI-estimated%20GitHub%20issue%20funding%0A%E2%80%A2%20Zero%20infrastructure%20for%20maintainers%0A%E2%80%A2%20Sustainable%20open%20source%20economics%0A%E2%80%A2%20One-click%20Stripe%20payments%0A%0APlease%20build%20this%20-%20the%20ecosystem%20needs%20it!%20%F0%9F%92%B0%F0%9F%A4%96&url=https://github.com/gunta/PRiority"
3838
class="glow-button text-lg group inline-flex items-center"
3939
target="_blank"
4040
rel="noopener noreferrer">

0 commit comments

Comments
 (0)