diff --git a/src/lib/components/who/whoSpecific-template.svelte b/src/lib/components/who/whoSpecific-template.svelte index 6677ff4..3b32e52 100644 --- a/src/lib/components/who/whoSpecific-template.svelte +++ b/src/lib/components/who/whoSpecific-template.svelte @@ -63,7 +63,7 @@ Claims & Impact - Verified restoration data + Reforestation data {#if org.claims && org.claims.length > 0} diff --git a/test-deploy.sh b/test-deploy.sh deleted file mode 100755 index b3e59d2..0000000 --- a/test-deploy.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -echo "๐Ÿงช TEST DEPLOY - Making noticeable changes..." - -TO_DIR="/Users/chrisharris/DEV/deploy2" - -# Create a test file with timestamp -echo "TEST FILE - Updated at $(date)" > "$TO_DIR/test-deploy.txt" - -# Add a comment to package.json -echo "// TEST DEPLOY COMMENT - $(date)" >> "$TO_DIR/package.json" - -echo "โœ… Test changes made! Check: $TO_DIR/test-deploy.txt" -echo "โœ… Check package.json for new comment" diff --git a/test.md b/test.md new file mode 100644 index 0000000..9132c66 --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +asdfasdfasdf \ No newline at end of file