Skip to content

Commit dbc0991

Browse files
committed
fix global medium tag
1 parent dd265d3 commit dbc0991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const GLOBAL_TAG = {
157157
githubValues: ['global'],
158158
devtoValues: [''],
159159
hashnodeValues: ['programming'],
160-
mediumValues: ['javascript'], //TODO: change javascript
160+
mediumValues: ['programming'],
161161
}
162162
export const MY_LANGUAGES_TAG = {
163163
value: 'myLangs',

0 commit comments

Comments
 (0)