diff --git a/.drone.yml b/.drone.yml index 97e4c95..56d6116 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,9 +17,9 @@ steps: repo: josaorg/contributions-web build_args: [ - CONTRIBUTIONS_API_URL=https://contributions.api.dev.josa.ngo, - MATOMO_SITE_ID=11, - TARGET_ENV=development + CONTRIBUTIONS_API_URL=https://contributions.api.prod.josa.ngo, + MATOMO_SITE_ID=10, + TARGET_ENV=production ] build_args_from_env: [ @@ -32,7 +32,7 @@ steps: ] tags: - ${DRONE_COMMIT_SHA} - - latest + - stable username: from_secret: docker_username password: diff --git a/components/OrganizationCard.vue b/components/OrganizationCard.vue index b0a8c1e..29a6fc2 100644 --- a/components/OrganizationCard.vue +++ b/components/OrganizationCard.vue @@ -85,7 +85,7 @@ export default { .username-container { font-family: 'IBM Mono'; - @apply flex text-xs lg:text-sm font-light items-center pb-2; + @apply flex text-xs lg:text-sm font-light items-center pb-2 hover:text-[#00b199] transition-colors duration-150; } .has-border { diff --git a/package-lock.json b/package-lock.json index d24464a..33040b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8069,9 +8069,9 @@ "integrity": "sha512-lKoz10iCYlP1WtRYdh5MvocQPWVRoI7ysp6qf18bmeBgR8abE6+I2CsfyNKztRDZvhdWc+krKT6wS7Neg8sw3A==" }, "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -25917,9 +25917,9 @@ "integrity": "sha512-lKoz10iCYlP1WtRYdh5MvocQPWVRoI7ysp6qf18bmeBgR8abE6+I2CsfyNKztRDZvhdWc+krKT6wS7Neg8sw3A==" }, "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0",