Skip to content

Commit

Permalink
package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timbl committed Nov 14, 2024
1 parent ca074eb commit b417e88
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/editProfilePane/wrapped-profileFormText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,15 +649,15 @@ foaf:Account a rdfs:Class;
:MatrixAccount rdfs:subClassOf foaf:Account ;
rdfs:label "Matrix" ;
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/matrix-logo-black.svg>;
foaf:userProfilePrefix "https://matrix.to/";
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/matrix-logo-black.svg> ;
foaf:userProfilePrefix "https://matrix.to/#/" ;
foaf:homepage <https://matrix.org/> .
:MediumAccount rdfs:subClassOf foaf:Account ;
rdfs:label "Medium";
foaf:userProfilePrefix "https://www.linkedin.com/";
foaf:userProfilePrefix "https://medium.com/";
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/medium-logo-wordmark-black.svg>;
foaf:homepage <https://linkedin.com/> .
foaf:homepage <https://medium.com/> .
:NostrAccount rdfs:subClassOf foaf:Account ;
rdfs:label "Nostr";
Expand Down

0 comments on commit b417e88

Please sign in to comment.