1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 22:45:27 -04:00

proper cwd for mdx components

This commit is contained in:
2022-01-17 11:13:13 -05:00
parent 415e8d6bc4
commit 2ef5d06c38
19 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ tags:
image: "/static/images/notes/bernie-sanders-bern-app-data/sad-bernie.jpg"
---
import Image from "./components/media/Image";
import Figure from "./components/media/Figure";
import Video from "./components/media/Video";
import Image from "../components/media/Image";
import Figure from "../components/media/Figure";
import Video from "../components/media/Video";
The team behind Bernie Sanders' 2020 campaign [released a new web app](https://www.nbcnews.com/politics/2020-election/bernie-sanders-2020-campaign-unveils-app-increase-its-voter-database-n999206) last month named [BERN](https://app.berniesanders.com/). The goal of BERN is simple: to gather as much information as they can on as many voters in the United States as they can, and make their grassroots army of enthusiastic supporters do the work. It's undoubtedly a smart strategy, but also a concerning one for myself and other privacy advocates.