Skip to content

Commit

Permalink
chore: hide apple i
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Jun 11, 2024
1 parent 9c9cd7f commit ee31ebd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pages/archive/experiments/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ const experiments = [
title: "Splitview",
path: "/archive/experiments/splitview",
},
{
title: "Apple Intelligence",
path: "/archive/experiments/apple-intelligence",
},
// !TODO Adjust for Safari later on
// {
// title: "Apple Intelligence",
// path: "/archive/experiments/apple-intelligence",
// },
]

export default function Page() {
Expand Down

0 comments on commit ee31ebd

Please sign in to comment.