Skip to content

Commit

Permalink
Origin added to internal links (#3310)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1148564399326804/1208314251851763/f

**Description**:
Adding [origin
attribution](https://app.asana.com/0/1206716555947156/1206716715679835)
to all the links to the landing pages in our apps.
  • Loading branch information
tomasstrba authored Sep 23, 2024
1 parent 603d6df commit 7ce216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Preferences/Model/PreferencesSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ enum PreferencePaneIdentifier: String, Equatable, Hashable, Identifiable, CaseIt
case autofill
case accessibility
case duckPlayer = "duckplayer"
case otherPlatforms = "https://duckduckgo.com/app"
case otherPlatforms = "https://duckduckgo.com/app?origin=funnel_app_macos"
case about

var id: Self {
Expand Down

0 comments on commit 7ce216b

Please sign in to comment.