Skip to content

Commit e5cf06e

Browse files
authored
point to upload (#990)
1 parent 06a5700 commit e5cf06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ia-topnav/src/primary-nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export class PrimaryNav extends TrackedElement {
226226

227227
get uploadButtonTemplate() {
228228
return html` <a
229-
.href="${formatUrl('/create' as string & Location, this.baseHost)}"
229+
.href="${formatUrl('/upload' as string & Location, this.baseHost)}"
230230
class="upload"
231231
@focus=${this.toggleMediaMenu}
232232
>

0 commit comments

Comments
 (0)