Skip to content

Tugboat environment indicator settings do not follow ADR #1034

@davereid

Description

@davereid

https://architecture.lullabot.com/adr/20210609-environment-indicator/ says:

Branch Preview
White on Blue
Text: #fff
Background: #20688C

However we have it configured with the following:

  // See https://architecture.lullabot.com/adr/20210609-environment-indicator/
  $config['environment_indicator.indicator']['name'] = '☑️ Tugboat';
  $config['environment_indicator.indicator']['bg_color'] = '#990055';
  $config['environment_indicator.indicator']['fg_color'] = '#ffffff';

I think we should remove the emoji (it's out of place only on Tugboat) and update the bg_color value or our ADR?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions