mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 17:11:49 +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 = {
|
type Filter = {
|
||||||
class: Class;
|
class: Class;
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
let filters: Array<Filter> = [
|
let filters: Array<Filter> = [
|
||||||
{
|
{
|
||||||
class: 'Vše',
|
class: 'Chronologicky',
|
||||||
filter: undefined
|
filter: undefined
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue