From e5ac4a96616e57dfcb8f7c33d9fa6bbee8124ff9 Mon Sep 17 00:00:00 2001 From: Nathan Racklyeft Date: Tue, 16 Aug 2016 18:43:19 -0700 Subject: [PATCH] Fixing arrows rendering as emoji --- WatchApp Extension/Models/GlucoseTrend.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WatchApp Extension/Models/GlucoseTrend.swift b/WatchApp Extension/Models/GlucoseTrend.swift index 97529dec6d..863f17b0dc 100644 --- a/WatchApp Extension/Models/GlucoseTrend.swift +++ b/WatchApp Extension/Models/GlucoseTrend.swift @@ -23,11 +23,11 @@ enum GlucoseTrend: Int { case UpUp: return "↑" case Up: - return "↗" + return "↗︎" case Flat: return "→" case Down: - return "↘" + return "↘︎" case DownDown: return "↓" case DownDownDown: