Skip to content

Commit

Permalink
Fix category
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 21, 2023
1 parent 97a1aa7 commit 4ef6da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ sub feature_always_links
return ( { 'mod' => $module_name,
'desc' => $text{'links_link'},
'page' => 'index.cgi?dom='.$d->{'id'},
'cat' => 'services',
'cat' => 'web',
} );
}
}
Expand Down

0 comments on commit 4ef6da7

Please sign in to comment.