diff --git a/src/assets/img/eggstra-work.png b/src/assets/img/eggstra-work.png new file mode 100644 index 0000000..8b1da7d Binary files /dev/null and b/src/assets/img/eggstra-work.png differ diff --git a/src/components/salmonrun/ExpandedSalmonRunRow.vue b/src/components/salmonrun/ExpandedSalmonRunRow.vue index 8b33657..b37c008 100644 --- a/src/components/salmonrun/ExpandedSalmonRunRow.vue +++ b/src/components/salmonrun/ExpandedSalmonRunRow.vue @@ -27,8 +27,8 @@ -
- +
+ {{ $t('time.remaining', { time: formatDurationFromNow(schedule.endTime) }) }}
@@ -61,6 +61,7 @@ import SalmonRunWeapons from './SalmonRunWeapons.vue'; defineProps({ schedule: Object, + eggstra: Boolean, }); const time = useTimeStore(); diff --git a/src/components/salmonrun/SalmonRunBox.vue b/src/components/salmonrun/SalmonRunBox.vue index 5992c61..11090bb 100644 --- a/src/components/salmonrun/SalmonRunBox.vue +++ b/src/components/salmonrun/SalmonRunBox.vue @@ -1,13 +1,17 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 989b917..6fed956 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -26,6 +26,7 @@ module.exports = { salmonRun: '#ff5600', bigRun: '#b322ff', + eggstraWork: '#be8800' }, }, fontFamily: {