Compare commits

...

2 Commits

Author SHA1 Message Date
1ed35e0813 add checkout link to book club header 2025-04-10 14:12:12 +05:00
0e778cc2c0 add deploy script 2025-04-10 14:10:13 +05:00
2 changed files with 3 additions and 1 deletions

2
deploy.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
abra app cp somos-infinitos.smol-wp.autonomic.zone ../somos-infinitos-theme/ app:/var/www/html/wp-content/themes/

View File

@ -43,7 +43,7 @@ $checkout_url = add_query_arg(
<a href="#">
<img src="<?= get_theme_file_uri('/assets/images/profile-button.svg'); ?>">
</a>
<a class="join-us-cta btn btn--solid" href="">Junta-te ao clube</a>
<a class="join-us-cta btn btn--solid" href="<?= esc_url($checkout_url); ?>">Junta-te ao clube</a>
</nav>
</header>