Skip to content

Commit

Permalink
refactor: 💡 Quadrandts have been renamed
Browse files Browse the repository at this point in the history
Quadrandts are renamed and split into more logical segments that reflect
internal Finaps processes
  • Loading branch information
ahagens committed May 1, 2024
1 parent ff750a5 commit b90b08f
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 248 deletions.
8 changes: 4 additions & 4 deletions docs/config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
const QUADRANTS = [
{
name: 'Techniques',
name: 'Technologies',
id: 4,
},
{
name: 'Platforms',
name: 'Tools',
id: 1,
},
{
name: 'Languages & Frameworks',
name: 'Platforms',
id: 2,
},
{
name: 'Tools',
name: 'Internal',
id: 3,
},
];
Expand Down
Loading

0 comments on commit b90b08f

Please sign in to comment.