diff --git a/core/base/src/main/java/com/sadellie/unitto/core/base/TopLevelDestinations.kt b/core/base/src/main/java/com/sadellie/unitto/core/base/TopLevelDestinations.kt index c25222bc..61ab4f31 100644 --- a/core/base/src/main/java/com/sadellie/unitto/core/base/TopLevelDestinations.kt +++ b/core/base/src/main/java/com/sadellie/unitto/core/base/TopLevelDestinations.kt @@ -52,8 +52,8 @@ sealed class TopLevelDestinations( val TOP_LEVEL_DESTINATIONS: Map by lazy { mapOf( - TopLevelDestinations.Converter to R.string.unit_converter, TopLevelDestinations.Calculator to R.string.calculator, + TopLevelDestinations.Converter to R.string.unit_converter, TopLevelDestinations.DateDifference to R.string.date_difference, ) }