Skip to content

Commit

Permalink
Move repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Templarian committed Apr 21, 2024
1 parent c9d21c8 commit 16ec334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/createIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function(components, mode) {
contentH2.push(`<path fill="currentColor" d="${mdiLink}">`);
contentH2.push(`</svg>`);
contentH2.push(`</a>`);
contentH2.push(`<a title="View Code" href="https://github.com/Templarian/MaterialDesign-Components/tree/master/src/${namespace}/${component}" target="_blank">`);
contentH2.push(`<a title="View Code" href="https://github.com/Pictogrammers/Components/tree/master/src/${namespace}/${component}" target="_blank">`);
contentH2.push(`<svg viewBox="0 0 24 24">`);
contentH2.push(`<path fill="currentColor" d="${mdiGithub}">`);
contentH2.push(`</svg>`);
Expand Down

0 comments on commit 16ec334

Please sign in to comment.