diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml
index c75d2de3..50dea8b7 100644
--- a/.github/workflows/deploy-prod.yml
+++ b/.github/workflows/deploy-prod.yml
@@ -94,7 +94,7 @@ jobs:
npm run deploy
- name: Notify on Slack
- uses: rtCamp/action-slack-notify@v2.0.0
+ uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_MESSAGE: "Deployed uli-website to production environment"
@@ -128,17 +128,17 @@ jobs:
tags: ${{ steps.vars.outputs.sha_short }}
workdir: ogbv-ml-rest
-# - name: deploy to cluster
-# uses: steebchen/kubectl@v2.0.0
-# with: # defaults to latest kubectl binary version
-# config: ${{ secrets.PROD_KUBE_CONFIG_DATA }}
-# command: set image --record deployment/ogbv-ml-rest ogbv-ml-rest=tattletech/ogbv-ml-rest:${{ steps.vars.outputs.sha_short }}
-# - name: verify deployment
-# uses: steebchen/kubectl@v2.0.0
-# with:
-# config: ${{ secrets.PROD_KUBE_CONFIG_DATA }}
-# version: v1.21.0 # specify kubectl binary version explicitly
-# command: rollout status deployment/ogbv-ml-rest
+ # - name: deploy to cluster
+ # uses: steebchen/kubectl@v2.0.0
+ # with: # defaults to latest kubectl binary version
+ # config: ${{ secrets.PROD_KUBE_CONFIG_DATA }}
+ # command: set image --record deployment/ogbv-ml-rest ogbv-ml-rest=tattletech/ogbv-ml-rest:${{ steps.vars.outputs.sha_short }}
+ # - name: verify deployment
+ # uses: steebchen/kubectl@v2.0.0
+ # with:
+ # config: ${{ secrets.PROD_KUBE_CONFIG_DATA }}
+ # version: v1.21.0 # specify kubectl binary version explicitly
+ # command: rollout status deployment/ogbv-ml-rest
uli-server:
runs-on: ubuntu-latest
diff --git a/uli-website/src/components/atoms/i18n.js b/uli-website/src/components/atoms/i18n.js
index 2b30b728..cb74d399 100644
--- a/uli-website/src/components/atoms/i18n.js
+++ b/uli-website/src/components/atoms/i18n.js
@@ -8,12 +8,12 @@ const resources = {
en: {
translation: {
app_name: "Uli",
- section_hero_head: "Reclaiming your online space",
+ section_hero_head: "Reclaim your online space",
section_hero_subhead:
"Use Uli to redact slurs and abusive content, archive problematic content, and collectively push back against online gender based violence",
section_hero_cta: "Add to Browser",
section_hero_cta_subhead: "supported on Chrome, Brave and Firefox",
- section_hero_cta_subhead: "If you are a Trust and Safety team interested in the slur lists or datasets, click here"
+
section_feature_head: "Features",
section_feature_1_label: "ARCHIVE Content",
section_feature_1_head:
diff --git a/uli-website/src/pages/index.js b/uli-website/src/pages/index.js
index 8d0573f2..4a6c31aa 100644
--- a/uli-website/src/pages/index.js
+++ b/uli-website/src/pages/index.js
@@ -1,6 +1,6 @@
import * as React from "react";
import { useContext } from "react";
-import { Box, ResponsiveContext, Text } from "grommet";
+import { Anchor, Box, ResponsiveContext, Text } from "grommet";
import {
Colors,
Theme,
@@ -61,7 +61,12 @@ const IndexPage = () => {
)}
- {t("section_hero_cta_subhead")}
+ {t("section_hero_cta_subhead")}
+
+
+ If you are a Trust and Safety team interested in the slur lists
+ or datasets. Click here
+