From e740577d239a096dada7a3b09bd8c81e6c75b1fd Mon Sep 17 00:00:00 2001
From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Date: Wed, 26 Jul 2023 09:12:26 -0400
Subject: [PATCH] Update links.js
---
addon/constants/links.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/addon/constants/links.js b/addon/constants/links.js
index 1a45464a..9e37e1b3 100644
--- a/addon/constants/links.js
+++ b/addon/constants/links.js
@@ -1,4 +1,9 @@
export default [
+ {
+ name: 'Try',
+ type: 'link',
+ href: 'http://new.emberjs.com',
+ },
{
name: 'Docs',
type: 'dropdown',