mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-14 03:51:27 +00:00
feat(admin dashboard): change label
This commit is contained in:
parent
fc7be0e6cc
commit
7cd988279d
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
type Class = 'Vše' | 'KBB' | 'IT' | 'GYM';
|
||||
type Class = 'Chronologicky' | 'KBB' | 'IT' | 'GYM';
|
||||
|
||||
type Filter = {
|
||||
class: Class;
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
let filters: Array<Filter> = [
|
||||
{
|
||||
class: 'Vše',
|
||||
class: 'Chronologicky',
|
||||
filter: undefined
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue