Skip to content

Commit

Permalink
Made call to action larger
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaCarroll committed Feb 5, 2019
1 parent 92f0d24 commit 3048aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected void Page_Load(object sender, EventArgs e)
lblDetails.Text = ex.InnerExceptionMessage;
if (ex.IssueURL != string.Empty)
{
lblDetails.Text = string.Format("<p>An issue has been automatically opened. Please help us to fix this by adding a comment to the ticket and telling us what you were trying to do. Your issue can be found at <a target='_blank' href='{0}'>{0}</a>.</p>", ex.IssueURL);
lblDetails.Text = string.Format("<p style='font-weight: bold; font-size: 1.5em'>An issue has been automatically opened. Please help us to fix this by adding a comment to the ticket and telling us what you were trying to do. Your issue can be found at <a target='_blank' href='{0}'>{0}</a>.</p>", ex.IssueURL);
}
}
catch
Expand Down

0 comments on commit 3048aa8

Please sign in to comment.