diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2737ccea2..0fd6335cb 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ github: AliasIO -custom: https://www.buymeacoffee.com/aliasio +custom: https://buymeacoffee.com/aliasio diff --git a/src/drivers/webextension/images/icons/USWDS.svg b/src/drivers/webextension/images/icons/USWDS.svg new file mode 100644 index 000000000..63655879d --- /dev/null +++ b/src/drivers/webextension/images/icons/USWDS.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/u.json b/src/technologies/u.json index 8ed8855de..03d038bc4 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -265,6 +265,19 @@ "saas": true, "website": "https://uscreen.tv/" }, + "USWDS": { + "cats": [ + 18 + ], + "description": "USWDS is a design system for the federal government.", + "icon": "USWDS.svg", + "js": { + "uswdsPresent": "" + }, + "scripts": "\\buswds\\b", + "oss": true, + "website": "https://designsystem.digital.gov" + }, "UserLike": { "cats": [ 52 @@ -434,4 +447,4 @@ }, "website": "https://user.com" } -} \ No newline at end of file +}