mirror of https://github.com/pixelfed/pixelfed.git
Update filter name
This commit is contained in:
parent
2652e95467
commit
2642f9d7af
|
@ -28,7 +28,7 @@ class Filter {
|
||||||
'Chill' => 'filter-lofi',
|
'Chill' => 'filter-lofi',
|
||||||
'Van' => 'filter-ludwig',
|
'Van' => 'filter-ludwig',
|
||||||
'Apache' => 'filter-maven',
|
'Apache' => 'filter-maven',
|
||||||
'Mayflower' => 'filter-mayfair',
|
'May' => 'filter-mayfair',
|
||||||
'Ceres' => 'filter-moon',
|
'Ceres' => 'filter-moon',
|
||||||
'Knoxville' => 'filter-nashville',
|
'Knoxville' => 'filter-nashville',
|
||||||
'Felicity' => 'filter-perpetua',
|
'Felicity' => 'filter-perpetua',
|
||||||
|
|
|
@ -172,7 +172,7 @@ window.App.util = {
|
||||||
['Chill','filter-lofi'],
|
['Chill','filter-lofi'],
|
||||||
['Van','filter-ludwig'],
|
['Van','filter-ludwig'],
|
||||||
['Apache','filter-maven'],
|
['Apache','filter-maven'],
|
||||||
['Mayflower','filter-mayfair'],
|
['May','filter-mayfair'],
|
||||||
['Ceres','filter-moon'],
|
['Ceres','filter-moon'],
|
||||||
['Knoxville','filter-nashville'],
|
['Knoxville','filter-nashville'],
|
||||||
['Felicity','filter-perpetua'],
|
['Felicity','filter-perpetua'],
|
||||||
|
|
Loading…
Reference in New Issue