Skip to content

Commit

Permalink
Merge pull request #44 from reatlat/migrating-from-feather-to-phospho…
Browse files Browse the repository at this point in the history
…r-icons

Migrating from feather to phosphor icons
  • Loading branch information
reatlat committed Apr 21, 2024
2 parents ec0f695 + 3915e18 commit c7ede1a
Show file tree
Hide file tree
Showing 7 changed files with 349 additions and 276 deletions.
4 changes: 2 additions & 2 deletions cfg/_11ty/plugins.js
Expand Up @@ -9,8 +9,8 @@ module.exports = {
eleventyConfig.addPlugin(plugin);
},

Feather: (eleventyConfig) => {
const plugin = require("eleventy-plugin-feathericons");
PhosphorIcons: (eleventyConfig) => {
const plugin = require("eleventy-plugin-phosphoricons");
eleventyConfig.addPlugin(plugin);
},

Expand Down

0 comments on commit c7ede1a

Please sign in to comment.